OpenDNSSEC-signer  1.4.10
Data Fields
namedb_struct Struct Reference

#include <namedb.h>

Data Fields

void * zone
 
ldns_rbtree_t * domains
 
ldns_rbtree_t * denials
 
uint32_t inbserial
 
uint32_t intserial
 
uint32_t outserial
 
uint32_t altserial
 
unsigned is_initialized: 1
 
unsigned is_processed: 1
 
unsigned serial_updated: 1
 
unsigned force_serial: 1
 
unsigned have_serial: 1
 

Detailed Description

Definition at line 47 of file namedb.h.

Field Documentation

uint32_t namedb_struct::altserial

Definition at line 54 of file namedb.h.

Referenced by namedb_create(), and namedb_update_serial().

ldns_rbtree_t* namedb_struct::denials
ldns_rbtree_t* namedb_struct::domains
unsigned namedb_struct::force_serial

Definition at line 58 of file namedb.h.

Referenced by namedb_create(), and namedb_update_serial().

unsigned namedb_struct::have_serial

Definition at line 59 of file namedb.h.

Referenced by namedb_create(), namedb_update_serial(), tools_output(), and zone_recover2().

uint32_t namedb_struct::inbserial
uint32_t namedb_struct::intserial
unsigned namedb_struct::is_initialized
unsigned namedb_struct::is_processed

Definition at line 56 of file namedb.h.

Referenced by engine_wakeup_workers(), namedb_create(), and worker_create().

uint32_t namedb_struct::outserial
unsigned namedb_struct::serial_updated

Definition at line 57 of file namedb.h.

Referenced by adapi_trans_diff(), namedb_create(), and zone_update_serial().

void* namedb_struct::zone

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