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>2017-12-20 18:58:41 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2017-12-20 18:58:41 +0300
commitaafde4624c3eb2f0e66d2df613fc803564cc38d5 (patch)
tree18b49b8674149e2a0452fcbd73034473607b0e9c /include/daemon.h
parentc83dd969653e2524d5a96d436f858ae296ed284e (diff)
...GI..... [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 0205234c8ed..15fba51b0c6 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()