chiark / gitweb /
load-fragment: fix parsing of Socket= setting
[elogind.git] / src / journal / journald.h
index 47feca40aaf2743d9601e7ce316fdbabaa69c14f..3da57c50cadf8e04e0758a107d3bb243a9f445e1 100644 (file)
@@ -59,6 +59,10 @@ typedef struct Server {
 
         bool compress;
 
+        bool forward_to_kmsg;
+        bool forward_to_syslog;
+        bool forward_to_console;
+
         uint64_t cached_available_space;
         usec_t cached_available_space_timestamp;