X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=9c57904e59eb73b59fb470bca1d2179384aed7f0;hp=94657a738a4ae1b620148d28400c20ed4c27a710;hb=1775d4d4147730e79e48aa941aee88580b8beb08;hpb=d91b2b2a70c85562b5d30cc5fda46468532e314a diff --git a/filter.h b/filter.h index 94657a73..9c57904e 100644 --- a/filter.h +++ b/filter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 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. *