Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
off_nominal_async_data Struct Reference

User data for off-nominal async resolution test. More...

Collaboration diagram for off_nominal_async_data:
Collaboration graph
[legend]

Data Fields

int complete
 
ast_cond_t cond
 
int expected_rcode
 
int failed
 
ast_mutex_t lock
 

Detailed Description

User data for off-nominal async resolution test.

Definition at line 912 of file res_resolver_unbound.c.

Field Documentation

◆ complete

int complete

Indicates the asynchronous query is complete

Definition at line 918 of file res_resolver_unbound.c.

Referenced by off_nominal_async_callback().

◆ cond

ast_cond_t cond

◆ expected_rcode

int expected_rcode

The DNS result's expected rcode

Definition at line 914 of file res_resolver_unbound.c.

Referenced by off_nominal_async_callback(), and off_nominal_async_data_alloc().

◆ failed

int failed

Whether an asynchronous query failed

Definition at line 916 of file res_resolver_unbound.c.

Referenced by off_nominal_async_callback().

◆ lock


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