chiark / gitweb /
audit: initialize audit only if it is enabled
[elogind.git] / src / unit.h
index 1c97e158fc3dd2e93c0996619abe70338f2650d5..82ef95245185121404bd2d0b49157aeccb990441 100644 (file)
@@ -208,6 +208,10 @@ struct Meta {
         bool in_gc_queue:1;
 
         bool sent_dbus_new_signal:1;
+
+        bool no_gc:1;
+
+        bool in_audit:1;
 };
 
 #include "service.h"