summaryrefslogtreecommitdiff
path: root/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'manager.h')
-rw-r--r--manager.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/manager.h b/manager.h
index cb4af820d9..58e709b116 100644
--- a/manager.h
+++ b/manager.h
@@ -165,6 +165,8 @@ struct Manager {
char **sysvinit_path;
char **sysvrcnd_path;
+ usec_t boot_timestamp;
+
/* Data specific to the device subsystem */
struct udev* udev;
struct udev_monitor* udev_monitor;
@@ -186,7 +188,8 @@ struct Manager {
char *cgroup_controller;
char *cgroup_hierarchy;
- usec_t boot_timestamp;
+ /* Data specific to the Automount subsystem */
+ int dev_autofs_fd;
};
int manager_new(ManagerRunningAs running_as, bool confirm_spawn, Manager **m);