Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_dnsmgr_entry Struct Reference


Detailed Description

Definition at line 55 of file dnsmgr.c.

Data Fields

int changed:1
in_addr last
ast_mutex_t lock
in_addr * result


Field Documentation

int changed
 

Set to 1 if the entry changes

Definition at line 61 of file dnsmgr.c.

Referenced by ast_dnsmgr_changed(), and dnsmgr_refresh().

struct in_addr last
 

the last result, used to check if address has changed

Definition at line 59 of file dnsmgr.c.

Referenced by dnsmgr_refresh().

ast_mutex_t lock
 

Definition at line 62 of file dnsmgr.c.

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

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:

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen