Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for an unbound resolver. More...
Data Fields | |
struct ub_ctx * | context |
Resolver context itself. More... | |
pthread_t | thread |
Thread handling the resolver. More... | |
Structure for an unbound resolver.
Definition at line 81 of file res_resolver_unbound.c.
struct ub_ctx* context |
Resolver context itself.
Definition at line 83 of file res_resolver_unbound.c.
Referenced by unbound_config_preapply(), unbound_resolver_alloc(), unbound_resolver_cancel(), unbound_resolver_destroy(), unbound_resolver_resolve(), and unbound_resolver_thread().
pthread_t thread |
Thread handling the resolver.
Definition at line 85 of file res_resolver_unbound.c.
Referenced by unbound_resolver_alloc(), unbound_resolver_start(), unbound_resolver_stop(), and unbound_resolver_thread().