Commit b3eac3f0 authored by Nils Goroll's avatar Nils Goroll

cleanup

parent 35be17cd
......@@ -930,7 +930,7 @@ ved_task(struct worker *wrk, void *priv)
THR_SetRequest(req);
VSLb_ts_req(req, "Start", W_TIM_real(wrk));
// XXX debugging
#ifdef DEBUG
VSLdbgv(req, "ved_task: new req->vdc=%p nxt=%p", req->vdc,
req->vdc->nxt);
if (VTAILQ_EMPTY(&req->vdc->vdp))
......@@ -941,6 +941,7 @@ ved_task(struct worker *wrk, void *priv)
CHECK_OBJ_NOTNULL(vdpe, VDP_ENTRY_MAGIC);
VSLdbgv(req, "ved_task: last VDP=%s", vdpe->vdp->name);
}
#endif
CNT_Embark(wrk, req);
VCL_TaskEnter(req->vcl, req->privs);
......
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