chiark / gitweb /
journalctl: add a bit of color to the output
[elogind.git] / src / journal / journald.h
index 7e23bfc2dcf093e7e392e95a747e3b25913120cf..13f2f1f5d1acf1974210d279bc5e1f1769df7d15 100644 (file)
@@ -68,6 +68,7 @@ typedef struct Server {
         JournalMetrics system_metrics;
 
         bool compress;
+        bool seal;
 
         bool forward_to_kmsg;
         bool forward_to_syslog;
@@ -93,7 +94,11 @@ typedef struct Server {
 
         Storage storage;
 
+        MMapCache *mmap;
+
         bool dev_kmsg_readable;
+
+        uint64_t *kernel_seqnum;
 } Server;
 
 /* gperf lookup function */