diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-17 16:10:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-17 16:10:29 +0100 |
commit | 253aee289e1a6b6c3cefd11b3f719655226dc34d (patch) | |
tree | c04b48b5de3f9ea649651873871f0bbb8c065804 /contrib/libucl/ucl_internal.h | |
parent | e334f5a9115c6eec839c71858d0e9f6e5f774eee (diff) | |
download | rspamd-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.h | 1 |
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; |