chiark / gitweb /
busname: introduce Activating directive
[elogind.git] / src / core / busname.h
index 7f591974de03cbe0e4c28be8d4df8c40b0f6234c..0009c6a65e2330d40c99b34f6783b9e446110600 100644 (file)
@@ -28,6 +28,7 @@ typedef struct BusNamePolicy BusNamePolicy;
 
 typedef enum BusNameState {
         BUSNAME_DEAD,
+        BUSNAME_REGISTERED,
         BUSNAME_LISTENING,
         BUSNAME_RUNNING,
         BUSNAME_FAILED,
@@ -48,6 +49,7 @@ struct BusName {
 
         char *name;
         int starter_fd;
+        bool activating;
 
         UnitRef service;