OpenDNSSEC-signer  2.1.12
Data Fields
rrset_struct Struct Reference

#include <rrset.h>

Data Fields

rrset_typenext
 
zone_typezone
 
domain_typedomain
 
ldns_rr_type rrtype
 
rr_typerrs
 
size_t rr_count
 
collection_t rrsigs
 
unsigned needs_signing: 1
 

Detailed Description

Definition at line 59 of file rrset.h.

Field Documentation

◆ domain

domain_type* rrset_struct::domain

Definition at line 62 of file rrset.h.

Referenced by domain_add_rrset(), rrset_add_rrsig(), rrset_cleanup(), and rrset_sign().

◆ needs_signing

unsigned rrset_struct::needs_signing

Definition at line 67 of file rrset.h.

◆ next

rrset_type* rrset_struct::next

◆ rr_count

size_t rrset_struct::rr_count

◆ rrs

rr_type* rrset_struct::rrs

◆ rrsigs

collection_t rrset_struct::rrsigs

Definition at line 66 of file rrset.h.

Referenced by rrset_add_rrsig(), rrset_backup2(), rrset_cleanup(), rrset_drop_rrsigs(), and rrset_sign().

◆ rrtype

ldns_rr_type rrset_struct::rrtype

◆ zone

zone_type* rrset_struct::zone

Definition at line 61 of file rrset.h.

Referenced by rrset_diff(), and rrset_sign().


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