aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-04-07 19:56:23 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-04-07 19:56:23 +0400
commite47778974acc39511f01ac89281bd32a759aab9f (patch)
tree9dbb56581cc68aaa080defdd843cf70d9ece1978 /src/cfg_file.h
parente416c77b251198e1cad86e69fe2c8459d5f53209 (diff)
downloadrspamd-e47778974acc39511f01ac89281bd32a759aab9f.tar.gz
rspamd-e47778974acc39511f01ac89281bd32a759aab9f.zip
* Wellcome to the XML world
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index 0cf70e8a0..fb220f486 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -290,6 +290,8 @@ struct config_file {
GList *views; /**< views */
GHashTable* domain_settings; /**< settings per-domains */
GHashTable* user_settings; /**< settings per-user */
+ gchar* domain_settings_str; /**< string representation of settings */
+ gchar* user_settings_str;
gchar* checksum; /**< real checksum of config file */
gchar* dump_checksum; /**< dump checksum of config file */