]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Align DNSSECKeeper::KeyCacheEntry on 8-byte boundries
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 10:59:26 +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 e424a1cb28bf9b4f654f93e10ffa1053eb80f884..11ea7d7008ef95f8ecf8cd73adfde725c923641b 100644 (file)
@@ -118,8 +118,8 @@ private:
     }
   
     string d_domain;
-    unsigned int d_ttd;
     mutable keys_t d_keys;
+    unsigned int d_ttd;
   };
   
   struct METACacheEntry