diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-09-19 20:42:30 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-09-19 20:42:30 +0400 |
commit | 0a9d9f994e0e959c207676cbf01ca74c59ce1554 (patch) | |
tree | 80bb58ad210530d16a5a0b38bb95c970815bba99 /src/cfg_file.h | |
parent | 91d183b8f4719ecc6b339cc3e8d9239bf7594e30 (diff) | |
download | rspamd-0a9d9f994e0e959c207676cbf01ca74c59ce1554.tar.gz rspamd-0a9d9f994e0e959c207676cbf01ca74c59ce1554.zip |
* Add map_watch_interval configurable.
Support floating point values for time intervals.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 279f35988..e2c1c7678 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -409,7 +409,7 @@ guint64 parse_limit (const gchar *limit, guint len); * @param default_type dimension of time if no suffix is specified * @return value of time in milliseconds */ -guint cfg_parse_time (const gchar *t, enum time_type default_type); +gdouble cfg_parse_time (const gchar *t, enum time_type default_type); /** * Parse flag |