]> err.no Git - varnish/commitdiff
Revert these two for now. The expiry thread doesn't have
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 17 Sep 2006 21:48:04 +0000 (21:48 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 17 Sep 2006 21:48:04 +0000 (21:48 +0000)
a worker structure.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1055 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_vcl.c

index f8c17d1ca307e9c0322f141f76817f116c9ee111..32d6e45c4ce41bc7eed0dbcbbb8c625fa63c502a 100644 (file)
@@ -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));                              \