From: Mathieu Desnoyers Date: Fri, 28 Sep 2012 19:39:42 +0000 (-0400) Subject: Fix: consumer should await for initial streams X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=c30aaa51f34105a7f20b9ceb39866001843db6e6;hp=c30aaa51f34105a7f20b9ceb39866001843db6e6;p=lttng-tools.git Fix: consumer should await for initial streams lttng-sessiond need to let the consumer know how many streams are sent initially, so that for very short traces (short-lived apps, short kernel trace), the consumerd don't run into the scenario where it deletes the channel when there are still pending streams to receive for this channel. Fixes #355 Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet ---