more docs, more code

This commit is contained in:
bert hubert
2018-04-13 11:02:59 +02:00
parent c13f0345b5
commit 619f8ed981
6 changed files with 13392 additions and 115 deletions

View File

@ -108,7 +108,6 @@ struct DNSNode
DNSNode* add(DNSName name);
std::map<DNSLabel, DNSNode> children;
std::map<DNSType, RRSet > rrsets;
void addRRs(std::unique_ptr<RRGen>&&a);