r389 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Jul 10 09:04:37 CEST 2006


Author: phk
Date: 2006-07-10 09:04:36 +0200 (Mon, 10 Jul 2006)
New Revision: 389

Modified:
   trunk/varnish-cache/bin/varnishd/cache.h
Log:
More sensible order of pointers


Modified: trunk/varnish-cache/bin/varnishd/cache.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache.h	2006-07-09 21:21:47 UTC (rev 388)
+++ trunk/varnish-cache/bin/varnishd/cache.h	2006-07-10 07:04:36 UTC (rev 389)
@@ -32,11 +32,10 @@
 	void			*arg;
 
 	char			*s;		/* start of buffer */
+	char			*t;		/* start of trailing data */
 	char			*e;		/* end of buffer */
 	char			*v;		/* valid bytes */
-	char			*t;		/* start of trailing data */
 
-
 	char			*req;
 	char			*url;
 	char			*proto;




More information about the varnish-commit mailing list