diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-06 13:22:50 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-06 13:22:50 +0100 |
commit | fb999abf1898f5159982ad5d872b930225b556f7 (patch) | |
tree | c84343782135453be7452294d65c0abf9333041a /src/libserver/cfg_file.h | |
parent | a612f01ccd15a4151845cc201d17d0a6323197f8 (diff) | |
download | rspamd-fb999abf1898f5159982ad5d872b930225b556f7.tar.gz rspamd-fb999abf1898f5159982ad5d872b930225b556f7.zip |
Fix metrics loading.
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 da401834a..94db0de1b 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -353,7 +353,7 @@ struct rspamd_worker_conf * rspamd_config_new_worker (struct rspamd_config *cfg, * Return a new metric structure, setting default and non-conflicting attributes */ struct metric * rspamd_config_new_metric (struct rspamd_config *cfg, - struct metric *c); + struct metric *c, const gchar *name); /* * Return a new statfile structure, setting default and non-conflicting attributes */ |