From: Pieter Lexis Date: Tue, 26 May 2015 10:15:44 +0000 (+0200) Subject: Align IPSECKEYRecordContent to 8-byte boundries X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07931093ab08a88277c1e17fc091bf6cfb7aa33;p=thirdparty%2Fpdns.git Align IPSECKEYRecordContent to 8-byte boundries --- diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index 4c184c156a..eb78613bae 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -108,9 +108,9 @@ public: includeboilerplate(IPSECKEY) private: + uint32_t d_ip4; string d_gateway, d_publickey; string d_ip6; - uint32_t d_ip4; uint8_t d_preference, d_gatewaytype, d_algorithm; };