]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
vss: Switch to the alternative post select method.
[paraslash.git] / filter.h
index eefa6f69d21ddcc8bee9038f833068269b89560f..f737645262b70af326aaf31de631532b9ca6ad64 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -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.
         *