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