X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fmanager.h;h=e3c6db23bdab4db1ecccf6f276e01ee6a11f2a6b;hp=c1f787f8544dba1d836be096e83e59fc4c6c6995;hb=43a3754933023b5bd63d72e41c13b61fdadb5a18;hpb=4927fcae48de061393b3ce9c12d49f80d73fbf1d diff --git a/src/manager.h b/src/manager.h index c1f787f85..e3c6db23b 100644 --- a/src/manager.h +++ b/src/manager.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foomanagerhfoo #define foomanagerhfoo @@ -87,8 +87,6 @@ struct Watch { #include "path-lookup.h" struct Manager { - uint32_t current_job_id; - /* Note that the set of units we know of is allowed to be * incosistent. However the subset of it that is loaded may * not, and the list of jobs may neither. */ @@ -170,6 +168,8 @@ struct Manager { int32_t name_data_slot; int32_t subscribed_data_slot; + uint32_t current_job_id; + /* Data specific to the Automount subsystem */ int dev_autofs_fd; @@ -198,11 +198,13 @@ struct Manager { bool dispatching_run_queue:1; bool dispatching_dbus_queue:1; - int n_deserializing; - bool show_status; bool confirm_spawn; bool sysv_console; + bool mount_auto; + bool swap_auto; + + int n_deserializing; }; int manager_new(ManagerRunningAs running_as, Manager **m);