From cd6d0a456bc9c45fa79316fc5896e4a3ae75a30b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Aug 2010 04:38:55 +0200 Subject: utmp: enable systemd-update-utmp by default --- src/unit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index 00e929ac4e..82ef952451 100644 --- a/src/unit.h +++ b/src/unit.h @@ -210,6 +210,8 @@ struct Meta { bool sent_dbus_new_signal:1; bool no_gc:1; + + bool in_audit:1; }; #include "service.h" -- cgit v1.2.3-54-g00ecf