aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-05-14 16:31:49 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2020-05-14 18:12:03 +0200
commit5b5fc677b313908b8d1a775cd6af08202841d908 (patch)
treecfd217112b9aff0099802b61e9c5641b60979b70 /initd/init.h
parent79bb09eac54d91bf76268baa50ecebea1ab19708 (diff)
Move handling of dead children back to SIGCHLD handler
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/initd/init.h b/initd/init.h
index 61101c7..5618ccd 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -64,9 +64,6 @@ bool config_should_respawn(void);
/* refuse to dequeue further services until this one terminates */
void config_set_waiting(svc_run_data_t *rt);
-/* are we currently waiting for a service to terminate? */
-bool config_is_waiting(void);
-
/********** print_status.c **********/
void print_status(const svc_run_data_t *rt);