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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2018-01-08 10:24:27 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2018-01-08 10:24:27 +0300
commit3346434dd838043731e972f8edbef9918e0f38c2 (patch)
treea3cbe65dddc2f5eb7973f8cd4c8b107b680c9a24 /include/daemon.h
parentc376f0f67963e583b9a4dc27c3af3e0991c31a62 (diff)
parent11cfafe79dcb4e7551414c3aaf36c1ecd042671d (diff)
....I..... [ZBX-13155] excluded src/libs/zbxself from agent compilation
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/daemon.h b/include/daemon.h
index a348de89539..eb6e8d39a07 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -32,6 +32,7 @@ int daemon_start(int allow_root, const char *user, unsigned int flags);
void daemon_stop(void);
int zbx_sigusr_send(int flags);
+void zbx_set_sigusr_handler(void (*handler)(int flags));
#define ZBX_IS_RUNNING() 1
#define ZBX_DO_EXIT()