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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-12-15 17:13:03 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-12-15 17:13:03 +0300
commit0ed802a001cc7eae786ec72288a64a7ee3ed4afd (patch)
treeb965a74f3435941ec37e24ab6ea0bad6f1d11d8f /include/daemon.h
parent494b200d053820d0fc211c9207f9c90194913315 (diff)
.......PS. [ZBXNEXT-7109] changed proxy runtime control options to communicate through socket
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 */