]> git.itanic.dy.fi Git - rrdd/blobdiff - process.h
process: Introduce notify_job_request()
[rrdd] / process.h
index 1b92e5ba621076168b2be20cf413474ce0e40c25..705ef889341bb486f020341b79e366dc32ac69c5 100644 (file)
--- a/process.h
+++ b/process.h
@@ -27,6 +27,7 @@ int register_event_handler(struct event_handler *handler, int op);
 
 int init_jobcontrol(int max_jobs_requested);
 int poll_job_requests(int timeout);
+int notify_job_request(void);
 int do_fork(void);
 int run(const char *p, char *const argv[]);
 int clear_zombie(int pid);