diff options
Diffstat (limited to 'src/libserver/task.h')
-rw-r--r-- | src/libserver/task.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libserver/task.h b/src/libserver/task.h index 1d2b299ec..4c3462d9a 100644 --- a/src/libserver/task.h +++ b/src/libserver/task.h @@ -138,6 +138,8 @@ struct rspamd_task { enum rspamd_metric_action action; /**< Action of pre filters */ gchar *str; /**< String describing action */ } pre_result; /**< Result of pre-filters */ + + ucl_object_t *settings; /**< Settings applied to task */ }; /** |