Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
recurring_data Struct Reference
Collaboration diagram for recurring_data:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 36 of file test_dns_recurring.c.

Field Documentation

◆ cancel_expected

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().

◆ cancel_ready

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().

◆ canceled

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().

◆ complete_resolutions

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().

◆ cond

ast_cond_t cond

◆ lock

◆ query_complete

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().

◆ resolves

int resolves

Number of times resolve() method has been called

Definition at line 46 of file test_dns_recurring.c.

Referenced by AST_TEST_DEFINE(), recurring_resolve(), and wait_for_resolution().

◆ ttl1

int ttl1

TTL to place in first returned result

Definition at line 38 of file test_dns_recurring.c.

Referenced by resolution_thread().

◆ ttl2

int ttl2

TTL to place in second returned result

Definition at line 40 of file test_dns_recurring.c.

Referenced by resolution_thread().


The documentation for this struct was generated from the following file: