OpenDNSSEC-signer  1.4.5
Data Fields
zone_struct Struct Reference

#include <zone.h>

Collaboration diagram for zone_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
ldns_rdf * apex
ldns_rr_class klass
uint32_t default_ttl
char * notify_command
const char * notify_ns
char ** notify_args
const char * name
const char * policy_name
const char * signconf_filename
zone_zl_status zl_status
adapter_typeadinbound
adapter_typeadoutbound
signconf_typesignconf
namedb_typedb
ixfr_typeixfr
xfrd_typexfrd
notify_typenotify
void * task
stats_typestats
lock_basic_type zone_lock
lock_basic_type xfr_lock

Detailed Description

Definition at line 66 of file zone.h.

Field Documentation

adapter_type* zone_struct::adinbound
adapter_type* zone_struct::adoutbound
allocator_type* zone_struct::allocator
ldns_rdf* zone_struct::apex
namedb_type* zone_struct::db
uint32_t zone_struct::default_ttl
ixfr_type* zone_struct::ixfr
ldns_rr_class zone_struct::klass
const char* zone_struct::name
notify_type* zone_struct::notify

Definition at line 90 of file zone.h.

Referenced by zone_cleanup(), and zone_create().

char** zone_struct::notify_args

Definition at line 74 of file zone.h.

Referenced by tools_output(), zone_cleanup(), and zone_create().

char* zone_struct::notify_command

Definition at line 72 of file zone.h.

Referenced by zone_cleanup(), and zone_create().

const char* zone_struct::notify_ns

Definition at line 73 of file zone.h.

Referenced by engine_update_zones(), tools_output(), and zone_create().

const char* zone_struct::policy_name

Definition at line 77 of file zone.h.

Referenced by parse_zonelist_zones(), zone_cleanup(), zone_create(), and zone_merge().

signconf_type* zone_struct::signconf
const char* zone_struct::signconf_filename
stats_type* zone_struct::stats
void* zone_struct::task
lock_basic_type zone_struct::xfr_lock

Definition at line 96 of file zone.h.

Referenced by addns_write(), zone_cleanup(), and zone_create().

xfrd_type* zone_struct::xfrd

Definition at line 89 of file zone.h.

Referenced by addns_read(), axfr(), engine_update_zones(), ixfr(), soa_request(), zone_cleanup(), and zone_create().

zone_zl_status zone_struct::zl_status

Definition at line 79 of file zone.h.

Referenced by engine_update_zones(), query_process(), zone_create(), zone_merge(), and zonelist_add_zone().

lock_basic_type zone_struct::zone_lock

Definition at line 95 of file zone.h.

Referenced by engine_update_zones(), zone_cleanup(), and zone_create().


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