zbx_uint32_t zbx_connector_pack_top_connectors_result(unsigned char **data, zbx_connector_stat_t **connector_stats,
#ifndef ZABBIX_CONNECTOR_H
#define ZABBIX_CONNECTOR_H
#include "zbxipcservice.h"
#include "zbxcacheconfig.h"
#define ZBX_IPC_SERVICE_CONNECTOR "connector"
#define ZBX_IPC_CONNECTOR_WORKER 1
#define ZBX_IPC_CONNECTOR_REQUEST 2
#define ZBX_IPC_CONNECTOR_RESULT 3
#define ZBX_IPC_CONNECTOR_DIAG_STATS 4
#define ZBX_IPC_CONNECTOR_DIAG_STATS_RESULT 5
#define ZBX_IPC_CONNECTOR_TOP_CONNECTORS 6
#define ZBX_IPC_CONNECTOR_TOP_CONNECTORS_RESULT 7
#define ZBX_IPC_CONNECTOR_QUEUE 8
#define ZBX_IPC_CONNECTOR_QUEUE_RESULT 9
ZBX_PTR_VECTOR_DECL(connector_object, zbx_connector_object_t)
zbx_connector_data_point_t;
ZBX_PTR_VECTOR_DECL(connector_data_point, zbx_connector_data_point_t)
zbx_uint64_t connectorid;