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

A recurring DNS query. More...

#include <dns_internal.h>

Data Fields

struct ast_dns_query_activeactive
 Current active query.
 
ast_dns_resolve_callback callback
 Callback to invoke upon completion.
 
unsigned int cancelled
 The recurring query has been cancelled.
 
char name [0]
 The name of what is being resolved.
 
int rr_class
 Resource record class.
 
int rr_type
 Resource record type.
 
int timer
 Scheduled timer for next resolution.
 
void * user_data
 User-specific data.
 

Detailed Description

A recurring DNS query.

Definition at line 157 of file dns_internal.h.


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