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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-02-21 22:39:32 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-02-21 22:39:32 +0300
commita80a400b080c536b21cfcc02a1fc9589139975a2 (patch)
tree8bdbf76d8c10b6313cc4ebafd4923b90b108884d /include/daemon.h
parentc4fa461d04093213cd4a9ea85d557caf514256d7 (diff)
- [ZBXNEXT-408] added zabbix[process,...] internal checks
[merge branches/1.8 -c17989]
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/daemon.h b/include/daemon.h
index 5bdfb8a851b..55b7472d67f 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -30,12 +30,11 @@ extern char *CONFIG_PID_FILE;
#include "threads.h"
-void child_signal_handler(int sig, siginfo_t *siginfo, void *context);
-
int daemon_start(int allow_root);
void daemon_stop();
-void init_main_process();
+void set_parent_signal_handler();
+void set_child_signal_handler();
#define ZBX_IS_RUNNING() 1
#define ZBX_DO_EXIT()