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 16:17:39 +0400
committerIgors Homjakovs <git-no-reply@zabbix.com>2014-10-15 16:17:39 +0400
commitbd5db62c2a078a3e8b5800330de061d9e12a555e (patch)
tree7974c43b80aeb428037626cf26668959a95b3ca6 /include/zbxself.h
parent7f1284557d11884ae9052827c10d031372f2df75 (diff)
...G...PS. [ZBX-8699] added forced housekeeper execution by using runtime control option
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index d6b4729bff7..40533763525 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -73,6 +73,7 @@ void collect_selfmon_stats(void);
void get_selfmon_stats(unsigned char process_type, unsigned char aggr_func, int process_num,
unsigned char state, double *value);
void zbx_sleep_loop(int sleeptime);
+void zbx_sleep_forever(void);
void zbx_wakeup(void);
#endif