X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.c;h=2b54ce194fae897842ac94b39ff597828c8de8c4;hp=74f6a1b8a5effa6e13996771f4492fdee47d4bc0;hb=869f0e06ec4e15abc9230c1b2d7615da5250802e;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/sched.c b/sched.c index 74f6a1b8..2b54ce19 100644 --- a/sched.c +++ b/sched.c @@ -192,6 +192,8 @@ void register_task(struct sched *s, struct task *t) /** * Unregister all tasks. * + * \param s The scheduler instance to shut down. + * * This will cause \a schedule() to return immediately because both the * \a pre_select_list and the \a post_select_list are empty. This function * must be called from the post_select (rather than the pre_select) method. @@ -213,6 +215,8 @@ void sched_shutdown(struct sched *s) /** * Get the list of all registered tasks. * + * \param s The scheduler instance to get the task list from. + * * \return The task list. * * Each entry of the list contains an identifier which is simply a hex number.