projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Provide alternative post_select variant.
[paraslash.git]
/
filter.h
diff --git
a/filter.h
b/filter.h
index
eefa6f6
..
f737645
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.
*