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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-10-13 16:03:58 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-13 16:03:58 +0300
commit2796ca178aae56294d150cf6ec3fa3155fae16b2 (patch)
tree15c01888acfc71116922fe02fe442f7938f5f649 /include/sighandler.h
parentb0472aeea001dc7d5aadc079a5754f27edf5b755 (diff)
........S. [ZBXNEXT-6923] added startup terminate singal handler to allow killing server with startup database connection problems.
Fixed lastaccess not being updated during shutdown process.
Diffstat (limited to 'include/sighandler.h')
-rw-r--r--include/sighandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sighandler.h b/include/sighandler.h
index e9287d83533..eb6a39123ca 100644
--- a/include/sighandler.h
+++ b/include/sighandler.h
@@ -21,6 +21,7 @@
#define ZABBIX_SIGHANDLER_H
void zbx_set_common_signal_handlers(void);
+void zbx_set_terminate_signal_handlers(void);
void zbx_set_child_signal_handler(void);
void zbx_unset_child_signal_handler(void);
void zbx_set_metric_thread_signal_handler(void);