aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-01 12:12:53 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-01 12:12:53 +0100
commitf636cc6c4eeab94865673d047f9b13672deede83 (patch)
tree5531146025d45feae9c5184f60243726f467fe0f /src/libserver/cfg_file.h
parent26339c8c2c0f9ab12c18d50219679fcf95a5e57d (diff)
downloadrspamd-f636cc6c4eeab94865673d047f9b13672deede83.tar.gz
rspamd-f636cc6c4eeab94865673d047f9b13672deede83.zip
Save classifier configuration inside statfile config.
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 06232cff8..16ecb2800 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -113,6 +113,7 @@ struct rspamd_statfile_config {
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 */
};