diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-10-01 22:08:36 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-10-01 22:08:36 +0400 |
commit | 6205f36ee17d54e9e43d495ba929ed7708c98027 (patch) | |
tree | 6af53ce62a1e0e749cef789a77cfe3e6f0652722 /src/dynamic_cfg.h | |
parent | cdb0282eb749fc0cb274575b01c9ca988a5f5db1 (diff) | |
download | rspamd-6205f36ee17d54e9e43d495ba929ed7708c98027.tar.gz rspamd-6205f36ee17d54e9e43d495ba929ed7708c98027.zip |
* Add dynamic configuration dumping.
* Add labels support to the statfiles (would be used for meta-classification)
* Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option
in spam_server line.
Diffstat (limited to 'src/dynamic_cfg.h')
-rw-r--r-- | src/dynamic_cfg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dynamic_cfg.h b/src/dynamic_cfg.h index edf026e53..494a48835 100644 --- a/src/dynamic_cfg.h +++ b/src/dynamic_cfg.h @@ -34,5 +34,12 @@ */ void init_dynamic_config (struct config_file *cfg); +/** + * Dump dynamic configuration to the disk + * @param cfg + * @return + */ +gboolean dump_dynamic_config (struct config_file *cfg); + #endif /* DYNAMIC_CFG_H_ */ |