Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
query_set_data Struct Reference

Data Fields

int cancel
 
int cancel_allowed
 
ast_cond_t cond
 
ast_mutex_t lock
 
int query_set_complete
 
int resolves
 
int resolves_allowed
 

Detailed Description

Definition at line 37 of file test_dns_query_set.c.

Field Documentation

int cancel

Number of times cancel() method has been called

Definition at line 45 of file test_dns_query_set.c.

int cancel_allowed

Number of times cancel() method is allowed to be called

Definition at line 47 of file test_dns_query_set.c.

int query_set_complete

Boolean indicator if query set has completed

Definition at line 39 of file test_dns_query_set.c.

int resolves

Number of times resolve() method has been called

Definition at line 41 of file test_dns_query_set.c.

int resolves_allowed

Number of times resolve() method is allowed to be called

Definition at line 43 of file test_dns_query_set.c.


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