diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-18 14:08:17 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-18 18:29:02 +0100 |
commit | 40ad83dc6a95791bd20e214d2eb1b135900d47cc (patch) | |
tree | 90bd2364af9ce744c0b2bf7a8d58d4415e0d9fa9 /initd/init.h | |
parent | 23b713c3b5345c6df187cd494bac4ef20669c1cf (diff) |
initd: implement handling of socket requests
Actually process requests and send an answer to status inquiries.
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'initd/init.h')
-rw-r--r-- | initd/init.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/initd/init.h b/initd/init.h index ce0bb1f..39e63a4 100644 --- a/initd/init.h +++ b/initd/init.h @@ -67,6 +67,9 @@ void supervisor_init(void); bool supervisor_process_queues(void); +void supervisor_answer_status_request(int fd, const void *dest_addr, + size_t addrlen); + /********** signal_<platform>.c **********/ /* |