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:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2009-05-13 12:26:17 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2009-05-13 12:26:17 +0400
commitdac0fb351bf1354c3ca4c0c129f1b4eecb4da5ce (patch)
treea1ee3aff8e356d5ccbfa923372994b7376b312d9 /include/daemon.h
parentcb092f3eb0c7e64a03f68cbae2423a59a50b873c (diff)
- [DEV-328] implemented printing of stopped Zabbix process for better debugging (Alexei)
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/daemon.h b/include/daemon.h
index e683f3bda44..d8a1bc066e4 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -33,7 +33,7 @@ extern char *APP_PID_FILE;
#define MAXFD 64
-void child_signal_handler(int sig);
+void child_signal_handler(int sig, siginfo_t *siginfo, void *context);
int daemon_start(int allow_root);
void daemon_stop(void);