From: Pieter Lexis Date: Tue, 26 May 2015 10:59:52 +0000 (+0200) Subject: Align DNSSECKeeper::METACacheEntry on 8-byte boundries X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae1be005063dc94fe9680ffa35e2b2d958357bf;p=thirdparty%2Fpdns.git Align DNSSECKeeper::METACacheEntry on 8-byte boundries --- diff --git a/pdns/dnsseckeeper.hh b/pdns/dnsseckeeper.hh index 11ea7d7008..4deb945f0c 100644 --- a/pdns/dnsseckeeper.hh +++ b/pdns/dnsseckeeper.hh @@ -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; };