Electroneum
packed_rrset Struct Reference

#include <packed_rrset.h>

Collaboration diagram for packed_rrset:

Public Attributes

struct packed_rrset_keyk
 
struct packed_rrset_datad
 

Detailed Description

An RRset can be represented using both key and data together. Split into key and data structures to simplify implementation of caching schemes.

Definition at line 266 of file packed_rrset.h.

Member Data Documentation

◆ d

struct packed_rrset_data* packed_rrset::d

ttl, count and rdatas (and rrsig)

Definition at line 270 of file packed_rrset.h.

◆ k

struct packed_rrset_key* packed_rrset::k

domain name, type and class

Definition at line 268 of file packed_rrset.h.


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