diff options
Diffstat (limited to 'manager.h')
-rw-r--r-- | manager.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -35,7 +35,7 @@ typedef struct Watch Watch; typedef enum ManagerRunningAs { MANAGER_INIT, /* root and pid=1 */ MANAGER_SYSTEM, /* root and pid!=1 */ - MANAGER_USER, /* non-root */ + MANAGER_SESSION, /* non-root */ _MANAGER_RUNNING_AS_MAX, _MANAGER_RUNNING_AS_INVALID = -1 } ManagerRunningAs; @@ -123,6 +123,9 @@ struct Manager { Watch signal_watch; + char **unit_path; + char **sysvinit_path; + /* Data specific to the device subsystem */ struct udev* udev; struct udev_monitor* udev_monitor; |