X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=recv.h;h=c48a6b3664e6e2466756ac28159daf1281730791;hb=9c00a79ed817c854ed10ee6bd1b908df8dc13a2f;hp=f70cbbe8d61d233e6487e1452253162e09a6f6b6;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e;p=paraslash.git 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;