From: Andre Noll Date: Sun, 15 Mar 2009 16:08:14 +0000 (+0100) Subject: Minor documentation updates. X-Git-Tag: v0.3.4~35 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=11f3700b4d2e932a31f953e1590ad5d64d1aa2d6 Minor documentation updates. --- diff --git a/vss.c b/vss.c index 7b36ae31..9346d209 100644 --- a/vss.c +++ b/vss.c @@ -641,10 +641,7 @@ static int need_to_request_new_audio_file(struct vss_task *vsst) } /** - * Compute the timeout for para_server's main select-loop. - * - * This function gets called from para_server to determine the timeout value - * for its main select loop. + * Compute the timeout for the main select-loop of the scheduler. * * \param s Pointer to the server scheduler. * \param t Pointer to the vss task structure.