]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Align PowerDNSLua to 8-byte boundries
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 27 May 2015 11:39:15 +0000 (13:39 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:49 +0000 (22:51 +0200)
pdns/lua-pdns.hh

index beac27762d093954d8c5f7057ec4236ee9ef7772..81c099ec418d7884e0c6e46770485b8ba0da11d7 100644 (file)
@@ -26,9 +26,9 @@ protected: // FIXME?
   bool passthrough(const string& func, const ComboAddress& remote,const ComboAddress& local, const string& query, const QType& qtype, vector<DNSResourceRecord>& ret, int& res, bool* variable);
   bool getFromTable(const std::string& key, std::string& value);
   bool getFromTable(const std::string& key, uint32_t& value);
+  ComboAddress d_local;
   bool d_failed;
   bool d_variable;  
-  ComboAddress d_local;
 };
 // enum for policy decisions, used by both auth and recursor. Not all values supported everywhere.
 namespace PolicyDecision { enum returnTypes { PASS=-1, DROP=-2, TRUNCATE=-3 }; };