X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=cd55851c366cec61c0bf7bc9501609fc2fa8a6c5;hb=9b394a05f364957434c3606013f904e178bfb350;hp=dd4ac2fbc96f54064f0dacd38ef2c9c39fa4f065;hpb=9228213e72bbcdaf42665f51c633af6c4ccc78bf;p=paraslash.git diff --git a/vss.c b/vss.c index dd4ac2fb..cd55851c 100644 --- a/vss.c +++ b/vss.c @@ -1014,13 +1014,8 @@ err: } /** - * Main sending function. - * - * This function gets called from vss_post_monitor(). It checks whether the next - * chunk of data should be pushed out. It obtains a pointer to the data to be - * sent out as well as its length from mmd->afd.afhi. This information is then - * passed to each supported sender's send() function as well as to the send() - * functions of each registered fec client. + * If the next chunk needs to be sent, pass a pointer to the chunk data to all + * registered fec clients and to each sender's ->send() method. */ static void vss_send(struct vss_task *vsst) {