X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.c;h=78e48dcdaf5637acf5754a00553a28c5d647284e;hb=591b16bbe13ca336c4cef00e8f9f808c1bb4c9a0;hp=140e80e54ca6a94372460393d0c6153b332b45bb;hpb=1023721b3a7bf7f642b3e4d034c2314a3dc7becb;p=paraslash.git diff --git a/write.c b/write.c index 140e80e5..78e48dcd 100644 --- a/write.c +++ b/write.c @@ -34,6 +34,7 @@ struct check_wav_task { unsigned channels; /** Sample rate specified in wav header given by \a buf. */ unsigned samplerate; + /** The task structure used by the scheduler. */ struct task task; };