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:
authorIgors Homjakovs <git-no-reply@zabbix.com>2014-10-15 17:56:33 +0400
committerIgors Homjakovs <git-no-reply@zabbix.com>2014-10-15 17:56:33 +0400
commit59fec640567a274199c913cb7eb39e539db4b845 (patch)
tree8a45af51279173246023abc31e0a1abdbc2ad348 /include/zbxself.h
parentbd5db62c2a078a3e8b5800330de061d9e12a555e (diff)
...G...PS. [ZBXNEXT-207] fixed common signal handler
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 40533763525..3e3199b793c 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -75,6 +75,8 @@ void get_selfmon_stats(unsigned char process_type, unsigned char aggr_func, int
void zbx_sleep_loop(int sleeptime);
void zbx_sleep_forever(void);
void zbx_wakeup(void);
+int zbx_get_sleep_remains(void);
+void zbx_set_sigusr_handler(void (*handler)(int flags));
#endif
#endif /* ZABBIX_ZBXSELF_H */