]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/manager.h
core,network: major per-object logging rework
[thirdparty/systemd.git] / src / core / manager.h
index a9834a9def0e180ca8e8dc021282ef1233e06fc2..524cdf97b9c296718cbf249b34ec55f765c47e6b 100644 (file)
@@ -292,6 +292,9 @@ struct Manager {
 
         /* When the user hits C-A-D more than 7 times per 2s, reboot immediately... */
         RateLimit ctrl_alt_del_ratelimit;
+
+        const char *unit_log_field;
+        const char *unit_log_format_string;
 };
 
 int manager_new(SystemdRunningAs running_as, bool test_run, Manager **m);