|
Asterisk - The Open Source Telephony Project
18.5.0
|
Data required for an asynchronous callback. More...

Data Fields | |
| int | complete |
| ast_cond_t | cond |
| int | failed |
| ast_mutex_t | lock |
| size_t | num_records |
| struct dns_record * | records |
Data required for an asynchronous callback.
Definition at line 602 of file res_resolver_unbound.c.
| int complete |
Indicates the asynchronous query is complete
Definition at line 610 of file res_resolver_unbound.c.
Referenced by AST_TEST_DEFINE(), and async_callback().
| ast_cond_t cond |
Definition at line 612 of file res_resolver_unbound.c.
Referenced by AST_TEST_DEFINE(), async_callback(), async_data_alloc(), and async_data_destructor().
| int failed |
Whether an asynchronous query failed
Definition at line 608 of file res_resolver_unbound.c.
Referenced by async_callback().
| ast_mutex_t lock |
Definition at line 611 of file res_resolver_unbound.c.
Referenced by AST_TEST_DEFINE(), async_callback(), async_data_alloc(), and async_data_destructor().
| size_t num_records |
The number of DNS records on the test
Definition at line 606 of file res_resolver_unbound.c.
Referenced by async_callback(), and async_data_alloc().
| struct dns_record* records |
The set of DNS records on a test
Definition at line 604 of file res_resolver_unbound.c.
Referenced by async_callback(), and async_data_alloc().
1.8.13