]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/journald-server.h
journald: hook up journald with the memory pressure and SIGRTMIN+18 logic
[thirdparty/systemd.git] / src / journal / journald-server.h
index e7bf750a59c9f517d9d6499ad1fe2d483ad33188..e03cfc04c9407c67ba689523220d1fa6cd05d829 100644 (file)
@@ -8,6 +8,7 @@
 
 typedef struct Server Server;
 
+#include "common-signal.h"
 #include "conf-parser.h"
 #include "hashmap.h"
 #include "journald-context.h"
@@ -95,6 +96,7 @@ struct Server {
         sd_event_source *notify_event_source;
         sd_event_source *watchdog_event_source;
         sd_event_source *idle_event_source;
+        struct sigrtmin18_info sigrtmin18_info;
 
         ManagedJournalFile *runtime_journal;
         ManagedJournalFile *system_journal;