]> err.no Git - varnish/commitdiff
Note that MAX_IOVS is intentionally not equal to IOV_MAX.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 30 Jul 2007 14:39:03 +0000 (14:39 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 30 Jul 2007 14:39:03 +0000 (14:39 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1791 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache.h

index 951d2a04b28292aabd0a7bb54e442ff074f453cd..20125a1d9cf9c6bd9619f1ca88836226db7c2597 100644 (file)
@@ -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 */