From: Pieter Lexis Date: Tue, 26 May 2015 10:47:47 +0000 (+0200) Subject: Align BindParser to 8-byte boundries X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f0c32222ea05b85d41c620298506c3b6b4bbe71;p=pdns Align BindParser to 8-byte boundries --- diff --git a/pdns/bindparserclasses.hh b/pdns/bindparserclasses.hh index fe338f2e3..a43fee5aa 100644 --- a/pdns/bindparserclasses.hh +++ b/pdns/bindparserclasses.hh @@ -90,10 +90,10 @@ class BindParser set & getAlsoNotify() { return this->alsoNotify; } private: string d_dir; - bool d_verbose; typedef map zonedomain_t; set alsoNotify; vector d_zonedomains; + bool d_verbose; }; #endif /* BINDPARSER_HH */