chiark / gitweb /
dbus: send signals about jobs to the clients having created them unconditionally...
[elogind.git] / src / automount.h
index 014482cc5a8be261a2b8c6a042d04c21cf447765..13b56effb6fa96204ea503fc830885e7337e5774 100644 (file)
@@ -30,7 +30,7 @@ typedef enum AutomountState {
         AUTOMOUNT_DEAD,
         AUTOMOUNT_WAITING,
         AUTOMOUNT_RUNNING,
-        AUTOMOUNT_MAINTAINANCE,
+        AUTOMOUNT_MAINTENANCE,
         _AUTOMOUNT_STATE_MAX,
         _AUTOMOUNT_STATE_INVALID = -1
 } AutomountState;
@@ -48,6 +48,8 @@ struct Automount {
         Watch pipe_watch;
         dev_t dev_id;
 
+        mode_t directory_mode;
+
         Set *tokens;
 
         bool failure:1;