Asterisk - The Open Source Telephony Project
18.5.0
|
Minimal data required to signal the completion of an async resolve. More...
Data Fields | |
int | complete |
ast_cond_t | cond |
ast_mutex_t | lock |
Minimal data required to signal the completion of an async resolve.
Definition at line 1110 of file res_resolver_unbound.c.
int complete |
Definition at line 1111 of file res_resolver_unbound.c.
Referenced by minimal_callback().
ast_cond_t cond |
Definition at line 1113 of file res_resolver_unbound.c.
Referenced by async_minimal_data_alloc(), async_minimal_data_destructor(), and minimal_callback().
ast_mutex_t lock |
Definition at line 1112 of file res_resolver_unbound.c.
Referenced by async_minimal_data_alloc(), async_minimal_data_destructor(), and minimal_callback().