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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/map_private.h b/src/libutil/map_private.h
index 7e0390a6c..68415d0e0 100644
--- a/src/libutil/map_private.h
+++ b/src/libutil/map_private.h
@@ -84,8 +84,10 @@ struct http_map_data {
struct rspamd_map_cachepoint *cache;
/* Non-shared for cache owner, used to cleanup cache */
struct rspamd_http_map_cached_cbdata *cur_cache_cbd;
+ gchar *userinfo;
gchar *path;
gchar *host;
+ gchar *rest;
gchar *last_signature;
rspamd_fstring_t *etag;
time_t last_modified;