Skip to content
Snippets Groups Projects
Commit 327baac4 authored by Daniel Kahn Gillmor's avatar Daniel Kahn Gillmor
Browse files

Copy new query flags from lib/rplan.h to lua

parent 642eb531
Branches
Tags
1 merge request!75Copy new query flags from lib/rplan.h to 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;
};
/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment