X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.c;h=78e48dcdaf5637acf5754a00553a28c5d647284e;hp=140e80e54ca6a94372460393d0c6153b332b45bb;hb=71729421686e64e21b4bb453e889596cfe37a9b1;hpb=1023721b3a7bf7f642b3e4d034c2314a3dc7becb 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; };