]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Align DNSSECKeeper::METACacheEntry on 8-byte boundries
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 10:59:52 +0000 (12:59 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:48 +0000 (22:51 +0200)
pdns/dnsseckeeper.hh

index 11ea7d7008ef95f8ecf8cd73adfde725c923641b..4deb945f0cc0fa057c041d826906a76a1c40d702 100644 (file)
@@ -130,9 +130,9 @@ private:
     }
   
     string d_domain;
+    mutable std::string d_key, d_value;
     unsigned int d_ttd;
   
-    mutable std::string d_key, d_value;
   };