Mailing List Archive

r1055 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2006-09-17 23:48:04 +0200 (Sun, 17 Sep 2006)
New Revision: 1055

Modified:
trunk/varnish-cache/bin/varnishd/cache_vcl.c
Log:
Revert these two for now. The expiry thread doesn't have
a worker structure.


Modified: trunk/varnish-cache/bin/varnishd/cache_vcl.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vcl.c 2006-09-17 20:26:35 UTC (rev 1054)
+++ trunk/varnish-cache/bin/varnishd/cache_vcl.c 2006-09-17 21:48:04 UTC (rev 1055)
@@ -278,9 +278,9 @@
{ \
\
sp->handling = 0; \
- WSL(sp->wrk, SLT_VCL_call, sp->fd, "%s", #func); \
+ VSL(SLT_VCL_call, sp->fd, "%s", #func); \
sp->vcl->func##_func(sp); \
- WSL(sp->wrk, SLT_VCL_return, sp->fd, "%s", \
+ VSL(SLT_VCL_return, sp->fd, "%s", \
vcl_handlingname(sp->handling)); \
assert(sp->handling & bitmap); \
assert(!(sp->handling & ~bitmap)); \