aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-27 13:28:15 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-27 13:28:15 +0100
commit043c5b7bcdb055c7f45034bd0a83408773c35bfd (patch)
tree45067ad27ec876a580a5f880fac448829149a22d /src/libserver/cfg_file.h
parentc111a765eb9cc6e8d362a427ab435db959415fd9 (diff)
downloadrspamd-043c5b7bcdb055c7f45034bd0a83408773c35bfd.tar.gz
rspamd-043c5b7bcdb055c7f45034bd0a83408773c35bfd.zip
More changes to tokenization.
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index e2c43845a..b14690632 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -104,7 +104,6 @@ struct rspamd_statfile_config {
gchar *label; /**< label of this statfile */
ucl_object_t *opts; /**< other options */
gboolean is_spam; /**< spam flag */
- const gchar *backend; /**< name of statfile's backend */
struct rspamd_classifier_config *clcf; /**< parent pointer of classifier configuration */
gpointer data; /**< opaque data */
};
@@ -123,6 +122,7 @@ struct rspamd_classifier_config {
gchar *metric; /**< metric of this classifier */
gchar *classifier; /**< classifier interface */
struct rspamd_tokenizer_config *tokenizer; /**< tokenizer used for classifier */
+ const gchar *backend; /**< name of statfile's backend */
ucl_object_t *opts; /**< other options */
GList *pre_callbacks; /**< list of callbacks that are called before classification */
GList *post_callbacks; /**< list of callbacks that are called after classification */