OpenDNSSEC-signer  1.4.6
Data Fields
domain_struct Struct Reference

#include <domain.h>

Collaboration diagram for domain_struct:
Collaboration graph
[legend]

Data Fields

void * zone
 
void * denial
 
ldns_rbnode_t * node
 
ldns_rdf * dname
 
domain_typeparent
 
rrset_typerrsets
 
unsigned is_new: 1
 
unsigned is_apex: 1
 

Detailed Description

Definition at line 54 of file domain.h.

Field Documentation

void* domain_struct::denial
ldns_rdf* domain_struct::dname
unsigned domain_struct::is_apex
unsigned domain_struct::is_new

Definition at line 61 of file domain.h.

Referenced by domain_create(), and namedb_add_domain().

ldns_rbnode_t* domain_struct::node
domain_type* domain_struct::parent

Definition at line 59 of file domain.h.

Referenced by domain_create(), domain_is_occluded(), and namedb_domain_entize().

rrset_type* domain_struct::rrsets
void* domain_struct::zone

Definition at line 55 of file domain.h.

Referenced by domain_cleanup(), domain_create(), and zone_add_rr().


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