adjust to TaskEnter

Ref varnish-cache 78c65ef9cc50f5b449bed1ac040322556c0183c7
parent fd38a98b
...@@ -176,7 +176,7 @@ vped_task(struct worker *wrk, void *priv) ...@@ -176,7 +176,7 @@ vped_task(struct worker *wrk, void *priv)
#endif #endif
CNT_Embark(wrk, req); CNT_Embark(wrk, req);
VCL_TaskEnter(req->vcl, req->privs); VCL_TaskEnter(req->privs);
while (1) { while (1) {
req->wrk = wrk; req->wrk = wrk;
......
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