From: Pieter Lexis Date: Tue, 26 May 2015 10:25:04 +0000 (+0200) Subject: Shrink SOARecordContent from 72 to 64 bytes X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51a546f7444a175c31142bceb7412daba0e0a5ff;p=pdns Shrink SOARecordContent from 72 to 64 bytes --- diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index f228fc84b..4cce0b583 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -372,8 +372,6 @@ public: uint8_t d_algorithm, d_labels; }; - - //namespace { struct soatimes { @@ -401,9 +399,9 @@ public: includeboilerplate(SOA) SOARecordContent(const string& mname, const string& rname, const struct soatimes& st); + struct soatimes d_st; string d_mname; string d_rname; - struct soatimes d_st; }; class NSECRecordContent : public DNSRecordContent