From: des Date: Mon, 30 Jul 2007 14:39:03 +0000 (+0000) Subject: Note that MAX_IOVS is intentionally not equal to IOV_MAX. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cf6d8dca48d25d83d04303e7e97f662eaf5428;p=varnish Note that MAX_IOVS is intentionally not equal to IOV_MAX. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1791 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache.h b/varnish-cache/bin/varnishd/cache.h index 951d2a04..20125a1d 100644 --- a/varnish-cache/bin/varnishd/cache.h +++ b/varnish-cache/bin/varnishd/cache.h @@ -56,6 +56,7 @@ enum { HTTP_HDR_MAX = 32 }; +/* Note: intentionally not IOV_MAX */ #define MAX_IOVS (HTTP_HDR_MAX * 2) /* Amount of per-worker logspace */