aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libucl/ucl_internal.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-17 16:10:29 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-17 16:10:29 +0100
commit253aee289e1a6b6c3cefd11b3f719655226dc34d (patch)
treec04b48b5de3f9ea649651873871f0bbb8c065804 /contrib/libucl/ucl_internal.h
parente334f5a9115c6eec839c71858d0e9f6e5f774eee (diff)
downloadrspamd-253aee289e1a6b6c3cefd11b3f719655226dc34d.tar.gz
rspamd-253aee289e1a6b6c3cefd11b3f719655226dc34d.zip
Backport fixes from libucl.
Diffstat (limited to 'contrib/libucl/ucl_internal.h')
-rw-r--r--contrib/libucl/ucl_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libucl/ucl_internal.h b/contrib/libucl/ucl_internal.h
index 0bb225148..836fcad80 100644
--- a/contrib/libucl/ucl_internal.h
+++ b/contrib/libucl/ucl_internal.h
@@ -191,6 +191,7 @@ struct ucl_parser {
enum ucl_parser_state prev_state;
unsigned int recursion;
int flags;
+ unsigned default_priority;
ucl_object_t *top_obj;
ucl_object_t *cur_obj;
ucl_object_t *trash_objs;