summaryrefslogtreecommitdiffstats
path: root/src/rcl/rcl_internal.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-14 16:07:18 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-14 16:07:18 +0100
commitd52fb8edc0b7c9e9a178f9f318f0e163f8d72c02 (patch)
treed9ce2e173218d04f41253ab0fffbe253712094a6 /src/rcl/rcl_internal.h
parentf32ddd200049d64172274839f6c5ff931a4c9cb4 (diff)
downloadrspamd-d52fb8edc0b7c9e9a178f9f318f0e163f8d72c02.tar.gz
rspamd-d52fb8edc0b7c9e9a178f9f318f0e163f8d72c02.zip
Rework the parser state machine, add macros state.
Diffstat (limited to 'src/rcl/rcl_internal.h')
-rw-r--r--src/rcl/rcl_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rcl/rcl_internal.h b/src/rcl/rcl_internal.h
index e06aa646c..0db1d86b5 100644
--- a/src/rcl/rcl_internal.h
+++ b/src/rcl/rcl_internal.h
@@ -84,6 +84,7 @@ struct rspamd_cl_parser {
struct rspamd_cl_macro *macroes;
struct rspamd_cl_stack *stack;
struct rspamd_cl_chunk *chunks;
+ guint recursion;
};
/**