aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/map_private.h
diff options
context:
space:
mode:
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 adcdd9d98..c45f55f4b 100644
--- a/src/libutil/map_private.h
+++ b/src/libutil/map_private.h
@@ -156,6 +156,7 @@ struct rspamd_map {
gdouble poll_timeout;
time_t next_check;
gboolean active_http;
+ gboolean non_trivial; /* E.g. has http backends in active mode */
/* Shared lock for temporary disabling of map reading (e.g. when this map is written by UI) */
gint *locked;
gchar tag[MEMPOOL_UID_LEN];