client-c  0.6.3
kaa_dns_resolve_listener_t Struct Reference

Interface for the deferred DNS results. More...

#include <ext_tcp_utils.h>

Public Attributes

void * context
 
on_dns_resolve_complete_fn on_host_resolved
 
on_dns_resolve_failed_fn on_resolve_failed
 

Detailed Description

Interface for the deferred DNS results.

See ext_tcp_utils_gethostbyaddr.

Definition at line 91 of file ext_tcp_utils.h.

Member Data Documentation

void* kaa_dns_resolve_listener_t::context

The context to pass to all functions below.

Definition at line 92 of file ext_tcp_utils.h.

on_dns_resolve_complete_fn kaa_dns_resolve_listener_t::on_host_resolved

Called when the host is successfully resolved.

Definition at line 93 of file ext_tcp_utils.h.

on_dns_resolve_failed_fn kaa_dns_resolve_listener_t::on_resolve_failed

Called when the host resolve was failed.

Definition at line 94 of file ext_tcp_utils.h.


The documentation for this struct was generated from the following file: