chiark / gitweb /
fds etc.: Support non-forking persistent children
[secnet.git] / util.c
diff --git a/util.c b/util.c
index 12e52085735508950874bacc4af2dcce571a7a66..d843859f40dcb5fe6593592547888c98b63bbda2 100644 (file)
--- a/util.c
+++ b/util.c
@@ -204,7 +204,8 @@ static const char *phases[NR_PHASES]={
     "PHASE_GETRESOURCES",
     "PHASE_DROPPRIV",
     "PHASE_RUN",
-    "PHASE_SHUTDOWN"
+    "PHASE_SHUTDOWN",
+    "PHASE_CHILDPERSIST"
 };
 
 void enter_phase(uint32_t new_phase)