Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/daemon.h b/include/daemon.h
index a0b7477e086..68a9ca3db1f 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -45,4 +45,7 @@ void zbx_set_sigusr_handler(void (*handler)(int flags));
#define START_MAIN_ZABBIX_ENTRY(allow_root, user, flags) daemon_start(allow_root, user, flags)
+void zbx_signal_process_by_type(int proc_type, int proc_num, int flags, char **out);
+void zbx_signal_process_by_pid(int pid, int flags, char **out);
+
#endif /* ZABBIX_DAEMON_H */