X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=32c437f8d175826951f2861f82277cf68ca52461;hp=0cfcafdade93f8334a9b8236656ba967def148ec;hb=a713c13d1089170828403e98c57d3fba9aedf9a4;hpb=56df9bb38aa4725f9244a7898d765608d8a1fffa diff --git a/write.h b/write.h index 0cfcafda..32c437f8 100644 --- a/write.h +++ b/write.h @@ -22,7 +22,7 @@ struct writer_node { /** The buffer tree node associated with this writer node. */ struct btr_node *btrn; /** The task of this writer node. */ - struct task task; + struct task *task; /** The minimal input queue size (size of one audio sample). */ size_t min_iqs; };