diff options
Diffstat (limited to 'src/libutil/http_connection.h')
-rw-r--r-- | src/libutil/http_connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/http_connection.h b/src/libutil/http_connection.h index 1923e5953..b90d0125a 100644 --- a/src/libutil/http_connection.h +++ b/src/libutil/http_connection.h @@ -111,6 +111,7 @@ struct rspamd_http_connection { rspamd_http_error_handler_t error_handler; rspamd_http_finish_handler_t finish_handler; gpointer ud; + const gchar *log_tag; /* Used for keepalive */ struct rspamd_keepalive_hash_key *keepalive_hash_key; gsize max_size; |