Source
21
21
#define ZABBIX_SNMPTRAPPER_H
22
22
23
23
#include "zbxthreads.h"
24
24
25
25
typedef struct
26
26
{
27
27
const char *config_snmptrap_file;
28
28
}
29
29
zbx_thread_snmptrapper_args;
30
30
31
-
ZBX_THREAD_ENTRY(snmptrapper_thread, args);
31
+
ZBX_THREAD_ENTRY(zbx_snmptrapper_thread, args);
32
32
33
33
#endif