Commit 0ca81c7b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Revert these two for now. The expiry thread doesn't have

a worker structure.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1055 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3d2f14c4
......@@ -278,9 +278,9 @@ VCL_##func##_method(struct sess *sp) \
{ \
\
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)); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment