OpenDNSSEC-signer  1.3.9
Data Fields
rrset_struct Struct Reference

#include <rrset.h>

Collaboration diagram for rrset_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
 
ldns_rr_type rr_type
 
uint32_t rr_count
 
uint32_t add_count
 
uint32_t del_count
 
uint32_t rrsig_count
 
int needs_signing
 
ldns_dnssec_rrs * rrs
 
ldns_dnssec_rrs * add
 
ldns_dnssec_rrs * del
 
rrsigs_typerrsigs
 

Detailed Description

Definition at line 56 of file rrset.h.

Field Documentation

ldns_dnssec_rrs* rrset_struct::add
uint32_t rrset_struct::add_count
allocator_type* rrset_struct::allocator

Definition at line 57 of file rrset.h.

Referenced by rrset_cleanup(), and rrset_create().

ldns_dnssec_rrs* rrset_struct::del
uint32_t rrset_struct::del_count
int rrset_struct::needs_signing
uint32_t rrset_struct::rr_count

Definition at line 59 of file rrset.h.

Referenced by rrset_count_rr(), rrset_count_RR(), and rrset_create().

ldns_rr_type rrset_struct::rr_type
ldns_dnssec_rrs* rrset_struct::rrs
uint32_t rrset_struct::rrsig_count

Definition at line 62 of file rrset.h.

Referenced by rrset_create(), rrset_recover(), and rrset_sign().

rrsigs_type* rrset_struct::rrsigs

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