diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-18 17:50:39 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-18 17:51:26 +0100 |
commit | c2d4fc63c8c7834570c855bc7547f3437c6af6b1 (patch) | |
tree | 781ce9d5998a0aff4caafe688a9e0b7d4682248a /src/libutil/http_private.h | |
parent | a657aaf79e628e5c736f99c52f219ef2d5a40f6e (diff) | |
download | rspamd-c2d4fc63c8c7834570c855bc7547f3437c6af6b1.tar.gz rspamd-c2d4fc63c8c7834570c855bc7547f3437c6af6b1.zip |
[Feature] Implement refcount for messages
Diffstat (limited to 'src/libutil/http_private.h')
-rw-r--r-- | src/libutil/http_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/http_private.h b/src/libutil/http_private.h index 4cb2851d7..49575c03c 100644 --- a/src/libutil/http_private.h +++ b/src/libutil/http_private.h @@ -69,6 +69,7 @@ struct rspamd_http_message { gint code; enum http_method method; gint flags; + ref_entry_t ref; }; |