diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-08-14 16:07:18 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-08-14 16:07:18 +0100 |
commit | d52fb8edc0b7c9e9a178f9f318f0e163f8d72c02 (patch) | |
tree | d9ce2e173218d04f41253ab0fffbe253712094a6 /src/rcl/rcl_internal.h | |
parent | f32ddd200049d64172274839f6c5ff931a4c9cb4 (diff) | |
download | rspamd-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.h | 1 |
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; }; /** |