| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| int | cancel_expected | 
| int | cancel_ready | 
| int | canceled | 
| int | complete_resolutions | 
| ast_cond_t | cond | 
| ast_mutex_t | lock | 
| int | query_complete | 
| int | resolves | 
| int | ttl1 | 
| int | ttl2 | 
Definition at line 36 of file test_dns_recurring.c.
| int cancel_expected | 
Indicates that the query is expected to be canceled
Definition at line 48 of file test_dns_recurring.c.
Referenced by resolution_thread().
| int cancel_ready | 
Indicates that the query is ready to be canceled
Definition at line 50 of file test_dns_recurring.c.
Referenced by resolution_thread().
| int canceled | 
Indicates that the query has been canceled
Definition at line 52 of file test_dns_recurring.c.
Referenced by recurring_cancel(), resolution_thread(), and wait_for_resolution().
| int complete_resolutions | 
Number of times recurring resolution has completed
Definition at line 44 of file test_dns_recurring.c.
Referenced by resolution_thread(), and wait_for_resolution().
| ast_cond_t cond | 
Definition at line 54 of file test_dns_recurring.c.
Referenced by async_callback(), recurring_cancel(), recurring_data_alloc(), recurring_data_destructor(), resolution_thread(), and wait_for_resolution().
| ast_mutex_t lock | 
Definition at line 53 of file test_dns_recurring.c.
Referenced by async_callback(), recurring_cancel(), recurring_data_alloc(), recurring_data_destructor(), resolution_thread(), and wait_for_resolution().
| int query_complete | 
Boolean indicator if query has completed
Definition at line 42 of file test_dns_recurring.c.
Referenced by async_callback(), and wait_for_resolution().
| int resolves | 
Number of times resolve() method has been called
Definition at line 46 of file test_dns_recurring.c.
Referenced by recurring_resolve(), and wait_for_resolution().
| int ttl1 | 
TTL to place in first returned result
Definition at line 38 of file test_dns_recurring.c.
Referenced by resolution_thread().
| int ttl2 | 
TTL to place in second returned result
Definition at line 40 of file test_dns_recurring.c.
Referenced by resolution_thread().