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