r2019 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Sep 25 09:08:07 CEST 2007


Author: phk
Date: 2007-09-25 09:08:07 +0200 (Tue, 25 Sep 2007)
New Revision: 2019

Modified:
   trunk/varnish-cache/bin/varnishd/cache_http.c
Log:
Make id type "int"


Modified: trunk/varnish-cache/bin/varnishd/cache_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_http.c	2007-09-25 07:06:18 UTC (rev 2018)
+++ trunk/varnish-cache/bin/varnishd/cache_http.c	2007-09-25 07:08:07 UTC (rev 2019)
@@ -89,7 +89,7 @@
 }
 
 static void
-WSLH(struct worker *w, enum httptag t, unsigned fd, const struct http *hp, int hdr)
+WSLH(struct worker *w, enum httptag t, int fd, const struct http *hp, int hdr)
 {
 
 	WSLR(w, http2shmlog(hp, t), fd, hp->hd[hdr].b, hp->hd[hdr].e);




More information about the varnish-commit mailing list