From 52a89667dca13b61b75fcda196d689b0894fd2a1 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 27 May 2015 13:39:15 +0200 Subject: [PATCH] Align PowerDNSLua to 8-byte boundries --- pdns/lua-pdns.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/lua-pdns.hh b/pdns/lua-pdns.hh index beac27762d..81c099ec41 100644 --- a/pdns/lua-pdns.hh +++ b/pdns/lua-pdns.hh @@ -26,9 +26,9 @@ protected: // FIXME? bool passthrough(const string& func, const ComboAddress& remote,const ComboAddress& local, const string& query, const QType& qtype, vector& 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 }; }; -- 2.47.2