OpenDNSSEC-signer  1.4.10
Data Fields
zonelist_struct Struct Reference

#include <zonelist.h>

Collaboration diagram for zonelist_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
 
ldns_rbtree_t * zones
 
time_t last_modified
 
int just_added
 
int just_updated
 
int just_removed
 
lock_basic_type zl_lock
 

Detailed Description

Definition at line 48 of file zonelist.h.

Field Documentation

allocator_type* zonelist_struct::allocator

Definition at line 49 of file zonelist.h.

Referenced by zonelist_cleanup(), zonelist_create(), and zonelist_free().

int zonelist_struct::just_added

Definition at line 52 of file zonelist.h.

Referenced by engine_start(), zonelist_add_zone(), and zonelist_update().

int zonelist_struct::just_removed

Definition at line 54 of file zonelist.h.

Referenced by engine_start(), zonelist_del_zone(), and zonelist_update().

int zonelist_struct::just_updated

Definition at line 53 of file zonelist.h.

Referenced by engine_start(), zonelist_del_zone(), and zonelist_update().

time_t zonelist_struct::last_modified

Definition at line 51 of file zonelist.h.

Referenced by zonelist_create(), zonelist_del_zone(), and zonelist_update().

lock_basic_type zonelist_struct::zl_lock
ldns_rbtree_t* zonelist_struct::zones

The documentation for this struct was generated from the following file: