Source
36
36
37
37
int zbx_preprocessor_test(unsigned char value_type, const char *value, const zbx_timespec_t *ts,
38
38
unsigned char state, const zbx_vector_pp_step_ptr_t *steps, zbx_vector_pp_result_ptr_t *results,
39
39
zbx_pp_history_t *history, char **error);
40
40
41
41
int zbx_preprocessor_get_diag_stats(zbx_uint64_t *preproc_num, zbx_uint64_t *pending_num,
42
42
zbx_uint64_t *finished_num, zbx_uint64_t *sequences_num, char **error);
43
43
44
44
int zbx_preprocessor_get_top_sequences(int limit, zbx_vector_pp_sequence_stats_ptr_t *sequences, char **error);
45
45
46
-
int zbx_preprocessor_get_usage_stats(zbx_vector_dbl_t *usage, char **error);
46
+
int zbx_preprocessor_get_usage_stats(zbx_vector_dbl_t *usage, int *count, char **error);
47
47
void zbx_preprocessor_get_worker_info(zbx_process_info_t *info);
48
48
49
49
#endif /* ZABBIX_PREPROC_H */