]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
alsa: Kill unnecessary -B option.
[paraslash.git] / filter.h
index 9f3ddd69696902964e9c644a3e221328c10a1097..ab187df295b0c67024f5a5dcbf855ed49b06d6c4 100644 (file)
--- 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);