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>2022-01-18 17:38:28 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-18 17:38:28 +0300
commit7de7f069156220d4ed46c9199cdc28cd154e958d (patch)
tree0e986b2f988bd8cd9e8b3b8b6b43636ae25ba5fe /include/zbxself.h
parent825ef15b0149fde6e678e51c563d3b5987958b7f (diff)
.......... [ZBXNEXT-7411] removed unused function
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index d82ebd5ce37..9fd1a4dac64 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -55,7 +55,6 @@ void get_selfmon_stats(unsigned char proc_type, unsigned char aggr_func, int pro
double *value);
int zbx_get_all_process_stats(zbx_process_info_t *stats);
void zbx_sleep_loop(int sleeptime);
-void zbx_sleep_forever(void);
void zbx_wakeup(void);
int zbx_sleep_get_remainder(void);
#endif