diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-01 14:21:37 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-01 14:21:37 +0100 |
commit | a3ecb2533caf91578ecec24bd668a30a2ee6a28b (patch) | |
tree | a1e52bfcb2ab62f92d287e2a1f52b6c2264a9f8a /src/libserver/cfg_file.h | |
parent | 4bd05c4657b3fac549226d62f10664444a6edd8f (diff) | |
download | rspamd-a3ecb2533caf91578ecec24bd668a30a2ee6a28b.tar.gz rspamd-a3ecb2533caf91578ecec24bd668a30a2ee6a28b.zip |
Rework dynamic configuration to use ucl.
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 0938b22df..a16541ebe 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -297,7 +297,7 @@ struct rspamd_config { GList *pre_filters; /**< list of pre-processing lua filters */ GList *post_filters; /**< list of post-processing lua filters */ gchar *dynamic_conf; /**< path to dynamic configuration */ - GList *current_dynamic_conf; /**< currently loaded dynamic configuration */ + ucl_object_t *current_dynamic_conf; /**< currently loaded dynamic configuration */ GHashTable * domain_settings; /**< settings per-domains */ GHashTable * user_settings; /**< settings per-user */ gchar * domain_settings_str; /**< string representation of settings */ |