diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-02 15:51:16 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-02 15:51:16 +0400 |
commit | 59ecc76a83abd9d57e2c808f34d4d27568eeed33 (patch) | |
tree | 5a670c41f2ddc3766c6c2256a0128988ce54695e /src/url.h | |
parent | 3123a6a1d6f18c31801b30e523aec9553be31177 (diff) | |
download | rspamd-59ecc76a83abd9d57e2c808f34d4d27568eeed33.tar.gz rspamd-59ecc76a83abd9d57e2c808f34d4d27568eeed33.zip |
* Add urls output to urls command
* Improve performance of dispatcher by avoiding double allocating and copying of dynamic buffers
Diffstat (limited to 'src/url.h')
-rw-r--r-- | src/url.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -43,9 +43,6 @@ struct uri { /* Flags */ unsigned int ipv6; /* URI contains IPv6 host */ unsigned int form; /* URI originated from form */ - - /* Link */ - TAILQ_ENTRY(uri) next; }; enum uri_errno { |