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

index fe338f2e3999cb477ed2bf5ce8259bace66b8d91..a43fee5aac0591180368b36f650857205ae14dc8 100644 (file)
@@ -90,10 +90,10 @@ class BindParser
   set<string> & getAlsoNotify() { return this->alsoNotify; } 
 private:
   string d_dir;
-  bool d_verbose;
   typedef map<string,string> zonedomain_t;
   set<string> alsoNotify;
   vector<BindDomainInfo> d_zonedomains;
+  bool d_verbose;
 };
 
 #endif /* BINDPARSER_HH */