X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=9c57904e59eb73b59fb470bca1d2179384aed7f0;hp=7568adcf9e97994866ac3f562096722efeb17294;hb=484e75562df55dca31ffcb9e5b05a490b4a3d3a1;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/filter.h b/filter.h index 7568adcf..9c57904e 100644 --- a/filter.h +++ b/filter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -109,7 +109,7 @@ struct filter { * post_select function is supposed to set t->error to a (negative) * error code. */ - void (*post_select)(struct sched *s, struct task *t); + int (*post_select)(struct sched *s, struct task *t); /** * Answer a buffer tree query. *