chiark / gitweb /
sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fills this...
[elogind.git] / src / manager.h
index ef40352d5979897cda4c33930a2aa069e2968b48..dd48593d4ce70c6027cc3f3a695bf60bf48bbbea 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foomanagerhfoo
 #define foomanagerhfoo
@@ -202,6 +202,10 @@ struct Manager {
         bool confirm_spawn;
         bool sysv_console;
 
+        bool mount_on_plug;
+        bool swap_on_plug;
+        bool mount_auto;
+
         int n_deserializing;
 };