aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/map_private.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-10-13 07:51:48 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-10-13 07:51:48 +0100
commitecc0f3a2bc9246013ed40ca724b3ce4594ee4c72 (patch)
tree28e302017fad99bd108f4ef4b605672fc91d72b5 /src/libutil/map_private.h
parenta5c9b5f6021df9c560a81df2cbafd6bb3239c0a4 (diff)
downloadrspamd-ecc0f3a2bc9246013ed40ca724b3ce4594ee4c72.tar.gz
rspamd-ecc0f3a2bc9246013ed40ca724b3ce4594ee4c72.zip
[Feature] Support Expires header when using HTTP maps
Diffstat (limited to 'src/libutil/map_private.h')
-rw-r--r--src/libutil/map_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/map_private.h b/src/libutil/map_private.h
index beb862cc2..79c3164e6 100644
--- a/src/libutil/map_private.h
+++ b/src/libutil/map_private.h
@@ -85,6 +85,7 @@ struct rspamd_map {
gboolean active_http;
struct timeval tv;
gdouble poll_timeout;
+ time_t next_check;
/* Shared lock for temporary disabling of map reading (e.g. when this map is written by UI) */
gint *locked;
/* Shared cache data */