From 327baac42fd52cd84b0fa9d0178a8e1706da0700 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 13 Nov 2016 13:22:50 +0900 Subject: [PATCH] Copy new query flags from lib/rplan.h to lua --- daemon/lua/kres.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon/lua/kres.lua b/daemon/lua/kres.lua index 96a34649c..d69314f5f 100644 --- a/daemon/lua/kres.lua +++ b/daemon/lua/kres.lua @@ -109,6 +109,9 @@ struct query_flag { static const int ALWAYS_CUT = 1 << 18; static const int PERMISSIVE = 1 << 20; static const int STRICT = 1 << 21; + static const int BADCOOKIE_AGAIN = 1 << 22; + static const int CNAME = 1 << 23; + static const int REORDER_RR = 1 << 24; }; /* -- 2.47.2