Source
143
143
#endif
144
144
145
145
void zbx_add_alias(const char *name, const char *value);
146
146
void zbx_alias_list_free(void);
147
147
const char *zbx_alias_get(const char *orig);
148
148
149
149
int zbx_init_modbus(char **error);
150
150
void zbx_deinit_modbus(void);
151
151
152
152
/* stats */
153
-
ZBX_THREAD_ENTRY(collector_thread, args);
153
+
ZBX_THREAD_ENTRY(zbx_collector_thread, args);
154
154
155
155
int zbx_init_collector_data(char **error);
156
156
void zbx_free_collector_data(void);
157
157
158
158
#if defined(_WINDOWS)
159
159
/* perfstat */
160
160
#include "zbxwin32.h"
161
161
zbx_perf_counter_data_t *zbx_add_perf_counter(const char *name, const char *counterpath, int interval,
162
162
zbx_perf_counter_lang_t lang, char **error);
163
163
void zbx_remove_perf_counter(zbx_perf_counter_data_t *counter);