mirror of
https://github.com/systemd/systemd.git
synced 2025-02-01 09:47:35 +03:00
manager: add explanatory comment regarding ManagerState
This commit is contained in:
parent
2cc856ac89
commit
899987456c
@ -23,6 +23,8 @@ typedef struct Unit Unit;
|
|||||||
|
|
||||||
typedef struct Manager Manager;
|
typedef struct Manager Manager;
|
||||||
|
|
||||||
|
/* An externally visible state. We don't actually maintain this as state variable, but derive it from various fields
|
||||||
|
* when requested */
|
||||||
typedef enum ManagerState {
|
typedef enum ManagerState {
|
||||||
MANAGER_INITIALIZING,
|
MANAGER_INITIALIZING,
|
||||||
MANAGER_STARTING,
|
MANAGER_STARTING,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user