Skip to content
Snippets Groups Projects
Commit df46cad9 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Merge branch 'qflags-update' into 'master'

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

See merge request !75
parents 642eb531 327baac4
1 merge request!75Copy new query flags from lib/rplan.h to lua
...@@ -109,6 +109,9 @@ struct query_flag { ...@@ -109,6 +109,9 @@ struct query_flag {
static const int ALWAYS_CUT = 1 << 18; static const int ALWAYS_CUT = 1 << 18;
static const int PERMISSIVE = 1 << 20; static const int PERMISSIVE = 1 << 20;
static const int STRICT = 1 << 21; 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