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:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2011-07-07 14:43:11 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2011-07-07 14:43:11 +0400
commit14969778ea7951ee98f504e635eea8a061318b3f (patch)
treefdf33415e1d6be083ff276e3c6f969e77364b8a4 /include/daemon.h
parentc4522d3e243027fac3d1cf3a878318a6ae7bc5f2 (diff)
- [ZBXNEXT-816] added support for reloading configuration cache from the command line
[svn merge svn://svn.zabbix.com/branches/1.8 -c 20454]
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/daemon.h b/include/daemon.h
index 55b7472d67f..17b48344520 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -36,6 +36,8 @@ void daemon_stop();
void set_parent_signal_handler();
void set_child_signal_handler();
+int zbx_sigusr_send(zbx_task_t task);
+
#define ZBX_IS_RUNNING() 1
#define ZBX_DO_EXIT()