Asterisk - The Open Source Telephony Project
18.5.0
|
A DNS query set query, which includes its state. More...
#include <dns_internal.h>
Data Fields | |
struct ast_dns_query * | query |
The query itself. More... | |
unsigned int | started |
Whether the query started successfully or not. More... | |
A DNS query set query, which includes its state.
Definition at line 177 of file dns_internal.h.
struct ast_dns_query* query |
The query itself.
Definition at line 181 of file dns_internal.h.
Referenced by ast_dns_query_set_add(), ast_dns_query_set_resolve_async(), ast_dns_query_set_resolve_cancel(), and dns_query_set_destroy().
unsigned int started |
Whether the query started successfully or not.
Definition at line 179 of file dns_internal.h.
Referenced by ast_dns_query_set_add(), ast_dns_query_set_resolve_async(), and ast_dns_query_set_resolve_cancel().