From d81afec1c9bf4b73e3df8996d65ecae95d19b6db Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Aug 2014 18:07:18 +0200 Subject: core: split up "starting" manager state into "initializing" and "starting" We'll stay in "initializing" until basic.target has reached, at which point we will enter "starting". This is preparation so that we can change the startip timeout to only apply to the first phase of startup, not the full procedure. --- src/core/manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/manager.h') diff --git a/src/core/manager.h b/src/core/manager.h index 7d26c3ade..8e3c146b4 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -38,6 +38,7 @@ typedef struct Manager Manager; typedef enum ManagerState { + MANAGER_INITIALIZING, MANAGER_STARTING, MANAGER_RUNNING, MANAGER_DEGRADED, -- cgit v1.2.3