OpenDNSSEC-signer  1.3.15
Data Fields
zonedata_struct Struct Reference

#include <zonedata.h>

Collaboration diagram for zonedata_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
 
ldns_rbtree_t * domains
 
ldns_rbtree_t * denial_chain
 
int initialized
 
int force_serial
 
uint32_t default_ttl
 
uint32_t inbound_serial
 
uint32_t internal_serial
 
uint32_t outbound_serial
 
uint32_t enforced_serial
 

Detailed Description

Definition at line 59 of file zonedata.h.

Field Documentation

allocator_type* zonedata_struct::allocator

Definition at line 60 of file zonedata.h.

Referenced by zonedata_cleanup(), and zonedata_create().

uint32_t zonedata_struct::default_ttl
ldns_rbtree_t* zonedata_struct::denial_chain
ldns_rbtree_t* zonedata_struct::domains
uint32_t zonedata_struct::enforced_serial

Definition at line 69 of file zonedata.h.

Referenced by zonedata_create(), and zonedata_update_serial().

int zonedata_struct::force_serial

Definition at line 64 of file zonedata.h.

Referenced by zonedata_create(), and zonedata_update_serial().

uint32_t zonedata_struct::inbound_serial
int zonedata_struct::initialized

Definition at line 63 of file zonedata.h.

Referenced by tools_output(), zone_recover(), zonedata_create(), and zonedata_update_serial().

uint32_t zonedata_struct::internal_serial
uint32_t zonedata_struct::outbound_serial

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