| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure for an unbound resolver. More...
| Data Fields | |
| struct ub_ctx * | context | 
| Resolver context itself. | |
| pthread_t | thread | 
| Thread handling the resolver. | |
Structure for an unbound resolver.
Definition at line 99 of file res_resolver_unbound.c.
| struct ub_ctx* context | 
Resolver context itself.
Definition at line 101 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 103 of file res_resolver_unbound.c.
Referenced by unbound_resolver_alloc(), unbound_resolver_start(), unbound_resolver_stop(), and unbound_resolver_thread().