X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=c48a6b3664e6e2466756ac28159daf1281730791;hp=f70cbbe8d61d233e6487e1452253162e09a6f6b6;hb=4dc9b9f91af3e7fa5d00bef0d26d6a7bf11860cb;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3 diff --git a/recv.h b/recv.h index f70cbbe8..c48a6b36 100644 --- a/recv.h +++ b/recv.h @@ -116,6 +116,8 @@ struct receiver { * \sa select(2), struct receiver. */ void (*post_select)(struct sched *s, struct task *t); + /** New variant, see sched.h. */ + int (*new_post_select)(struct sched *s, struct task *t); /** The two help texts of this receiver. */ struct ggo_help help;