Sat Aug 6 00:40:07 2011

Asterisk developer's documentation


ast_dnsmgr_entry Struct Reference


Data Fields

int changed:1
struct {
   ast_dnsmgr_entry *   next
list
ast_mutex_t lock
char name [1]
in_addr * result

Detailed Description

Definition at line 55 of file dnsmgr.c.


Field Documentation

int changed

Set to 1 if the entry changes

Definition at line 59 of file dnsmgr.c.

Referenced by ast_dnsmgr_changed(), and dnsmgr_refresh().

struct { ... } list

Referenced by ast_dnsmgr_get(), ast_dnsmgr_release(), handle_cli_status(), and refresh_list().

ast_mutex_t lock

Definition at line 60 of file dnsmgr.c.

Referenced by ast_dnsmgr_changed(), ast_dnsmgr_release(), and dnsmgr_refresh().

char name[1]

just 1 here, but we use calloc to allocate the correct size

Definition at line 63 of file dnsmgr.c.

Referenced by ast_dnsmgr_release(), dnsmgr_refresh(), and refresh_list().

struct ast_dnsmgr_entry* next

Definition at line 61 of file dnsmgr.c.

struct in_addr* result

where we will store the resulting address

Definition at line 57 of file dnsmgr.c.

Referenced by ast_dnsmgr_get(), and dnsmgr_refresh().


The documentation for this struct was generated from the following file:
Generated on Sat Aug 6 00:40:07 2011 for Asterisk - the Open Source PBX by  doxygen 1.4.7