zabbix_log(LOG_LEVEL_DEBUG, "finished processing itemid:" ZBX_FS_UI64, httpagent_context->item_context.itemid);
#include "async_poller.h"
#include "async_manager.h"
#include "async_httpagent.h"
#include "zbxasynchttppoller.h"
#include "zbx_item_constants.h"
#include "zbx_rtc_constants.h"
#include "zbx_availability_constants.h"
#include "zbxcacheconfig.h"
#include "zbxipcservice.h"
#include "zbxasyncpoller.h"
#ifndef EVDNS_BASE_INITIALIZE_NAMESERVERS
# define EVDNS_BASE_INITIALIZE_NAMESERVERS 1
static void process_async_result(zbx_dc_item_context_t *item, zbx_poller_config_t *poller_config)
zbx_interface_status_t *interface_status;
zabbix_log(LOG_LEVEL_DEBUG, "In %s() itemid:" ZBX_FS_UI64 " key:'%s' host:'%s' addr:'%s'", __func__,
item->itemid, item->key, item->host, item->interface.addr);
if (SUCCEED != item->ret || ZBX_INTERFACE_AVAILABLE_TRUE != item->interface.available ||
0 != item->interface.errors_from || item->version != item->interface.version)
if (NULL == (interface_status = zbx_hashset_search(&poller_config->interfaces,