chiark / gitweb /
bus: internalize a lot of protocol definitions
[elogind.git] / src / core / manager.h
index bf05812fc5b6e1953c290c042bd6139312c0fa2a..fdf60ae69640ac45bfabf568e2d5968b4b8805b9 100644 (file)
@@ -234,9 +234,12 @@ struct Manager {
          * them. It's a hashmap with a path string as key and a Set as
          * value where Unit objects are contained. */
         Hashmap *units_requiring_mounts_for;
+
+        /* Reference to the kdbus bus control fd */
+        int kdbus_fd;
 };
 
-int manager_new(SystemdRunningAs running_as, bool reexecuting, Manager **m);
+int manager_new(SystemdRunningAs running_as, Manager **m);
 void manager_free(Manager *m);
 
 int manager_enumerate(Manager *m);