X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=compress_filter.c;fp=compress_filter.c;h=119e01693a9accf7fcc788d3433c8edce4979a5e;hb=879e52d49df6d00aa9eafe5cccb48bbd24ed4c81;hp=affb3d4ca9a1ab30155ead26511df789eca29206;hpb=57a04f35f4e97d5f63079620dab3493832a851af;p=paraslash.git diff --git a/compress_filter.c b/compress_filter.c index affb3d4c..119e0169 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -41,9 +41,9 @@ static void compress_close(struct filter_node *fn) free(fn->private_data); } -static int compress_post_select(__a_unused struct sched *s, struct task *t) +static int compress_post_select(__a_unused struct sched *s, void *context) { - struct filter_node *fn = task_context(t); + struct filter_node *fn = context; struct private_compress_data *pcd = fn->private_data; struct btr_node *btrn = fn->btrn; bool inplace = btr_inplace_ok(btrn);