Source
48
48
49
49
#ifndef _WINDOWS
50
50
int init_selfmon_collector(char **error);
51
51
void free_selfmon_collector(void);
52
52
void update_selfmon_counter(unsigned char state);
53
53
void collect_selfmon_stats(void);
54
54
void get_selfmon_stats(unsigned char proc_type, unsigned char aggr_func, int proc_num, unsigned char state,
55
55
double *value);
56
56
int zbx_get_all_process_stats(zbx_process_info_t *stats);
57
57
void zbx_sleep_loop(int sleeptime);
58
-
void zbx_sleep_forever(void);
59
58
void zbx_wakeup(void);
60
59
int zbx_sleep_get_remainder(void);
61
60
#endif
62
61
63
62
#endif /* ZABBIX_ZBXSELF_H */