X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=bac94431b31ef0534427cc7bea36092c944b9c28;hp=2573ba5cfa09292b4c5a14b5eed09b4103bd7bac;hb=9c00a79ed817c854ed10ee6bd1b908df8dc13a2f;hpb=24758c5f17064273786e704b84ceff56c234e347 diff --git a/write.h b/write.h index 2573ba5c..bac94431 100644 --- a/write.h +++ b/write.h @@ -66,6 +66,8 @@ struct writer { * Called from the post_select function of the writer node's task. */ void (*post_select)(struct sched *s, struct task *t); + /** New variant, see sched.h. */ + int (*new_post_select)(struct sched *s, struct task *t); /** * Close one instance of the writer. *