mirror of
https://github.com/systemd/systemd.git
synced 2025-08-31 09:49:54 +03:00
manager: add explanatory comment regarding ManagerState
This commit is contained in:
@ -23,6 +23,8 @@ typedef struct Unit Unit;
|
||||
|
||||
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 {
|
||||
MANAGER_INITIALIZING,
|
||||
MANAGER_STARTING,
|
||||
|
Reference in New Issue
Block a user