From: Pierre-Marc Fournier Date: Thu, 1 Oct 2009 22:24:07 +0000 (-0400) Subject: ustd: add fixme X-Git-Tag: v0.1~107 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=1ba7c17b4f8dac4f73ab47b6d983b1fe18b24d12;p=ust.git ustd: add fixme --- diff --git a/ustd/ustd.c b/ustd/ustd.c index adbc3a9..24087d3 100644 --- a/ustd/ustd.c +++ b/ustd/ustd.c @@ -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);