aboutsummaryrefslogtreecommitdiffstats
path: root/src/url.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-02 15:51:16 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-02 15:51:16 +0400
commit59ecc76a83abd9d57e2c808f34d4d27568eeed33 (patch)
tree5a670c41f2ddc3766c6c2256a0128988ce54695e /src/url.h
parent3123a6a1d6f18c31801b30e523aec9553be31177 (diff)
downloadrspamd-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/url.h b/src/url.h
index 7860f544a..c5ff46990 100644
--- a/src/url.h
+++ b/src/url.h
@@ -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 {