From: Julien Desfossez Date: Thu, 9 Jan 2014 17:15:26 +0000 (-0500) Subject: Fix: race with the viewer and readiness of streams X-Git-Tag: v2.5.0-rc1~264 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=a4baae1b0463bc4ce65c2a458c4a941e7fabc594;hp=a4baae1b0463bc4ce65c2a458c4a941e7fabc594;p=lttng-tools.git Fix: race with the viewer and readiness of streams Add a message to inform the relayd that all the streams of a certain channels were sent so it can make them available to the viewer. This fixes a race where the viewer could start reading some streams before having received them all. Signed-off-by: Julien Desfossez Signed-off-by: David Goulet ---