aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_cfg_file.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-12-05 13:27:46 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-12-05 13:27:46 +0000
commitda4453ce4c343f76c069078b89307f3bde62884e (patch)
tree5c3167a191c994d7e0c52a5f906dfc188227d3fb /src/lua/lua_cfg_file.c
parent022977e0b7c160e6e33ec07f2c41f60707d43cb6 (diff)
downloadrspamd-da4453ce4c343f76c069078b89307f3bde62884e.tar.gz
rspamd-da4453ce4c343f76c069078b89307f3bde62884e.zip
[Rework] Refactor struct names
Diffstat (limited to 'src/lua/lua_cfg_file.c')
-rw-r--r--src/lua/lua_cfg_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c
index c11c7224c..5133a4882 100644
--- a/src/lua/lua_cfg_file.c
+++ b/src/lua/lua_cfg_file.c
@@ -32,9 +32,9 @@ lua_process_metric (lua_State *L, const gchar *name, struct rspamd_config *cfg)
GList *metric_list;
gchar *symbol;
const gchar *desc = NULL;
- struct metric *metric;
+ struct rspamd_metric *metric;
gdouble *score;
- struct rspamd_symbol_def *s;
+ struct rspamd_symbol *s;
/* Get module opt structure */
if ((metric = g_hash_table_lookup (cfg->metrics, name)) == NULL) {