]> granicus.if.org Git - pdns/commitdiff
Shrink SOARecordContent from 72 to 64 bytes
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 10:25:04 +0000 (12:25 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:47 +0000 (22:51 +0200)
pdns/dnsrecords.hh

index f228fc84b99cbac494e9e5452733ff01b717310e..4cce0b5838b69deaa23bea8c60f076f50a8840ef 100644 (file)
@@ -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