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

Structure for query resolver data. More...

Collaboration diagram for unbound_resolver_data:
Collaboration graph
[legend]

Data Fields

int id
 ID for the specific query. More...
 
struct unbound_resolverresolver
 The resolver in use for the query. More...
 

Detailed Description

Structure for query resolver data.

Definition at line 89 of file res_resolver_unbound.c.

Field Documentation

◆ id

int id

ID for the specific query.

Definition at line 91 of file res_resolver_unbound.c.

Referenced by Model::load(), unbound_resolver_cancel(), and unbound_resolver_resolve().

◆ resolver

struct unbound_resolver* resolver

The resolver in use for the query.

Definition at line 93 of file res_resolver_unbound.c.

Referenced by unbound_resolver_cancel(), unbound_resolver_data_dtor(), and unbound_resolver_resolve().


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