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>2014-10-23 15:11:54 +0400
committerAndris Zeila <andris.zeila@zabbix.com>2014-10-23 15:11:54 +0400
commit6f14b5e3c6d58707624d2a4f37226c005d825df2 (patch)
tree878ebf98655133331153f286d31f6aea6f360a4e /include/zbxself.h
parent21d422021206eeb8500087570a421a9d3bcb3882 (diff)
.......PS. [ZBXNEXT-207] coding style fixes, improved configuration option description
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 3e3199b793c..bb9f85fb3e5 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -75,7 +75,7 @@ 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);
+int zbx_sleep_get_remainder(void);
void zbx_set_sigusr_handler(void (*handler)(int flags));
#endif