Data Fields | |
int | changed:1 |
struct in_addr | last |
ast_mutex_t | lock |
struct in_addr * | result |
Definition at line 55 of file dnsmgr.c.
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 [read] |
the last result, used to check if address has changed
Definition at line 59 of file dnsmgr.c.
Referenced by ast_dnsmgr_get(), and dnsmgr_refresh().
Definition at line 62 of file dnsmgr.c.
Referenced by ast_dnsmgr_changed(), ast_dnsmgr_get(), ast_dnsmgr_release(), and dnsmgr_refresh().
struct in_addr* result [read] |
where we will store the resulting address
Definition at line 57 of file dnsmgr.c.
Referenced by ast_dnsmgr_get(), and dnsmgr_refresh().