aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-20 08:18:10 +0100
committerAndrew Lewis <nerf@judo.za.org>2017-07-26 22:18:26 +0200
commitb2eb2a46af83a7e4ef49e4e09e2bf4949f39a138 (patch)
tree8f3c1fd46ac01bd17c6fff3a745310d3635378cc /src/libserver/cfg_file.h
parent5a10066512a36608b9aca1229ce0e79219f092e8 (diff)
downloadrspamd-b2eb2a46af83a7e4ef49e4e09e2bf4949f39a138.tar.gz
rspamd-b2eb2a46af83a7e4ef49e4e09e2bf4949f39a138.zip
[Feature] Allow to configure monitored
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 44b8dd85a..45202f5ab 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -377,7 +377,10 @@ struct rspamd_config {
GList *maps; /**< maps active */
gdouble map_timeout; /**< maps watch timeout */
- gdouble map_file_watch_multiplier; /**< multiplier for watch timeout when maps are files */
+ gdouble map_file_watch_multiplier; /**< multiplier for watch timeout when maps are files */
+
+ gdouble monitored_interval; /**< interval between monitored checks */
+ gboolean disable_monitored; /**< disable monitoring completely */
struct symbols_cache *cache; /**< symbols cache object */
gchar *cache_filename; /**< filename of cache file */