OpenDNSSEC-signer
1.3.14
|
#include <zonelist.h>
Data Fields | |
allocator_type * | allocator |
ldns_rbtree_t * | zones |
time_t | last_modified |
int | just_added |
int | just_updated |
int | just_removed |
lock_basic_type | zl_lock |
int | zl_locked |
Definition at line 50 of file zonelist.h.
allocator_type* zonelist_struct::allocator |
Definition at line 51 of file zonelist.h.
Referenced by fifoq_cleanup(), fifoq_create(), zonelist_cleanup(), zonelist_create(), and zonelist_free().
int zonelist_struct::just_added |
Definition at line 54 of file zonelist.h.
Referenced by engine_start(), zonelist_add_zone(), and zonelist_update().
int zonelist_struct::just_removed |
Definition at line 56 of file zonelist.h.
Referenced by engine_start(), and zonelist_update().
int zonelist_struct::just_updated |
Definition at line 55 of file zonelist.h.
Referenced by engine_start(), and zonelist_update().
time_t zonelist_struct::last_modified |
Definition at line 53 of file zonelist.h.
Referenced by zonelist_create(), and zonelist_update().
lock_basic_type zonelist_struct::zl_lock |
Definition at line 57 of file zonelist.h.
Referenced by engine_start(), engine_update_zones(), zonelist_cleanup(), zonelist_create(), and zonelist_free().
int zonelist_struct::zl_locked |
Definition at line 58 of file zonelist.h.
Referenced by engine_start(), engine_update_zones(), and zonelist_create().
ldns_rbtree_t* zonelist_struct::zones |
Definition at line 52 of file zonelist.h.
Referenced by engine_update_zones(), zonelist_add_zone(), zonelist_cleanup(), zonelist_create(), zonelist_del_zone(), zonelist_free(), zonelist_lookup_zone_by_name(), and zonelist_update().