ustd: add fixme
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 1 Oct 2009 22:24:07 +0000 (18:24 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 1 Oct 2009 22:24:07 +0000 (18:24 -0400)
ustd/ustd.c

index adbc3a902ac2bf648a949201bfead9086bb9dc46..24087d324a54311b1bb780b3e26eb4d8db3622d7 100644 (file)
@@ -203,6 +203,7 @@ void *consumer_thread(void *arg)
                }
 
                /* put the subbuffer */
+               /* FIXME: we actually should unput the buffer before consuming... */
                result = put_subbuffer(buf);
                if(result == -1) {
                        ERR("unknown error putting subbuffer (channel=%s)", buf->name);
This page took 0.024504 seconds and 4 git commands to generate.