]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
sched: Rename new_post_select back to post_select.
[paraslash.git] / filter.h
index 31f3ef15b8f4ea92e42caf8bf30cd992e0cf14be..9c57904e59eb73b59fb470bca1d2179384aed7f0 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -109,7 +109,7 @@ struct filter {
         * post_select function is supposed to set t->error to a (negative)
         * error code.
         */
-       int (*new_post_select)(struct sched *s, struct task *t);
+       int (*post_select)(struct sched *s, struct task *t);
        /**
         * Answer a buffer tree query.
         *