]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/journald-server.h
journal: Don't discard kmsg messages coming from journald itself
[thirdparty/systemd.git] / src / journal / journald-server.h
index 53e75ff3b0b3f5ec8f54295bfb8006b470494068..2e57905e03b847dd44d36021c3d3996568ce7507 100644 (file)
@@ -16,6 +16,7 @@ typedef struct Server Server;
 #include "journald-stream.h"
 #include "list.h"
 #include "prioq.h"
+#include "ratelimit.h"
 #include "time-util.h"
 #include "varlink.h"
 
@@ -142,6 +143,7 @@ struct Server {
 
         uint64_t *kernel_seqnum;
         bool dev_kmsg_readable:1;
+        RateLimit kmsg_own_ratelimit;
 
         bool send_watchdog:1;
         bool sent_notify_ready:1;