Commit f40584d5 authored by Geoff Simmons's avatar Geoff Simmons

Update signature for priv_task fini (changed in Varnish).

parent c1724c71
...@@ -719,9 +719,10 @@ vmod_vdp__fini(struct VPFX(pipe_vdp) **vdpp) ...@@ -719,9 +719,10 @@ vmod_vdp__fini(struct VPFX(pipe_vdp) **vdpp)
} }
static void static void
task_free(void *p) task_free(VRT_CTX, void *p)
{ {
struct task_cfg *task; struct task_cfg *task;
(void)ctx;
CAST_OBJ_NOTNULL(task, p, PIPE_TASK_MAGIC); CAST_OBJ_NOTNULL(task, p, PIPE_TASK_MAGIC);
if (task->argv != NULL) if (task->argv != NULL)
......
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