X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=filter.h;h=ab187df295b0c67024f5a5dcbf855ed49b06d6c4;hb=1e012cf40238883621692051a22fb9c7cad5e944;hp=9f3ddd69696902964e9c644a3e221328c10a1097;hpb=d1e55304068a6a82553f40ae7bee746f5ca2233d;p=paraslash.git diff --git a/filter.h b/filter.h index 9f3ddd69..ab187df2 100644 --- a/filter.h +++ b/filter.h @@ -193,6 +193,10 @@ struct filter { /** The help texts for this filter. */ struct ggo_help help; + + void (*pre_select)(struct sched *s, struct task *t); + void (*post_select)(struct sched *s, struct task *t); + btr_command_handler execute; }; void close_filters(struct filter_chain *fc);