X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=f737645262b70af326aaf31de631532b9ca6ad64;hp=94657a738a4ae1b620148d28400c20ed4c27a710;hb=2e6b8f2ebf8131f906ab657764f9cc3100eee32b;hpb=d91b2b2a70c85562b5d30cc5fda46468532e314a diff --git a/filter.h b/filter.h index 94657a73..f7376452 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. */ @@ -110,6 +110,8 @@ struct filter { * error code. */ void (*post_select)(struct sched *s, struct task *t); + /** New variant, see sched.h. */ + int (*new_post_select)(struct sched *s, struct task *t); /** * Answer a buffer tree query. *