summaryrefslogtreecommitdiff
path: root/src/journal/journald.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journald.h')
-rw-r--r--src/journal/journald.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/journal/journald.h b/src/journal/journald.h
index acf19b4e7..7e23bfc2d 100644
--- a/src/journal/journald.h
+++ b/src/journal/journald.h
@@ -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,8 @@ typedef struct Server {
int max_level_console;
Storage storage;
+
+ bool dev_kmsg_readable;
} Server;
/* gperf lookup function */