From ba1270008021470b2e451bce8e75053e0a00f662 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 28 Mar 2019 14:15:39 +0100 Subject: Add start/stop commands to init socket Signed-off-by: David Oberhollenzer --- initd/init.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'initd/init.h') diff --git a/initd/init.h b/initd/init.h index 1d292d3..b98da98 100644 --- a/initd/init.h +++ b/initd/init.h @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include @@ -70,6 +71,10 @@ bool supervisor_process_queues(void); void supervisor_answer_status_request(int fd, const void *dest_addr, size_t addrlen, E_SERVICE_STATE filter); +void supervisor_start(int id); + +void supervisor_stop(int id); + /********** signal_.c **********/ /* -- cgit v1.2.3