|
OpenDNSSEC-signer 2.1.13
|
#include <zonelist.h>
Data Fields | |
| ldns_rbtree_t * | zones |
| time_t | last_modified |
| int | just_added |
| int | just_updated |
| int | just_removed |
| pthread_mutex_t | zl_lock |
Zone list
Definition at line 44 of file zonelist.h.
| int zonelist_struct::just_added |
Definition at line 47 of file zonelist.h.
Referenced by engine_start(), zonelist_add_zone(), and zonelist_update().
| int zonelist_struct::just_removed |
Definition at line 49 of file zonelist.h.
Referenced by engine_start(), and zonelist_update().
| int zonelist_struct::just_updated |
Definition at line 48 of file zonelist.h.
Referenced by engine_start(), and zonelist_update().
| time_t zonelist_struct::last_modified |
Definition at line 46 of file zonelist.h.
Referenced by zonelist_create(), and zonelist_update().
| pthread_mutex_t zonelist_struct::zl_lock |
Definition at line 50 of file zonelist.h.
Referenced by engine_start(), engine_update_zones(), query_process(), zonelist_cleanup(), zonelist_create(), and zonelist_free().
| ldns_rbtree_t* zonelist_struct::zones |
Definition at line 45 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_dname(), zonelist_lookup_zone_by_name(), and zonelist_update().