chiark / gitweb /
journalctl: immeidately terminate on invalid seed
[elogind.git] / src / journal / journald.h
index acf19b4e7ad13de819959d6b3a3bde7f018455f3..0202893d86ac64040b6ddacede8a980beebd9039 100644 (file)
@@ -49,7 +49,7 @@ typedef struct Server {
         int syslog_fd;
         int native_fd;
         int stdout_fd;
-        int proc_kmsg_fd;
+        int dev_kmsg_fd;
 
         JournalFile *runtime_journal;
         JournalFile *system_journal;
@@ -73,10 +73,6 @@ typedef struct Server {
         bool forward_to_syslog;
         bool forward_to_console;
 
-        bool import_proc_kmsg;
-        char proc_kmsg_buffer[LINE_MAX+1];
-        size_t proc_kmsg_length;
-
         uint64_t cached_available_space;
         usec_t cached_available_space_timestamp;
 
@@ -96,6 +92,12 @@ typedef struct Server {
         int max_level_console;
 
         Storage storage;
+
+        MMapCache *mmap;
+
+        bool dev_kmsg_readable;
+
+        uint64_t *kernel_seqnum;
 } Server;
 
 /* gperf lookup function */