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

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

int cancel_expected

Indicates that the query is expected to be canceled

Definition at line 48 of file test_dns_recurring.c.

int cancel_ready

Indicates that the query is ready to be canceled

Definition at line 50 of file test_dns_recurring.c.

int canceled

Indicates that the query has been canceled

Definition at line 52 of file test_dns_recurring.c.

int complete_resolutions

Number of times recurring resolution has completed

Definition at line 44 of file test_dns_recurring.c.

int query_complete

Boolean indicator if query has completed

Definition at line 42 of file test_dns_recurring.c.

int resolves

Number of times resolve() method has been called

Definition at line 46 of file test_dns_recurring.c.

int ttl1

TTL to place in first returned result

Definition at line 38 of file test_dns_recurring.c.

int ttl2

TTL to place in second returned result

Definition at line 40 of file test_dns_recurring.c.


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