From: Julien Desfossez Date: Mon, 14 Jul 2014 18:05:48 +0000 (-0400) Subject: Fix: get the stream_id when generating live beacons X-Git-Tag: v2.6.0-rc1~146 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=528f2ffaebbc88b3fd541fa404b567b878aa5255;hp=528f2ffaebbc88b3fd541fa404b567b878aa5255 Fix: get the stream_id when generating live beacons When we send an empty index (beacon), we need to extract the stream_id to avoid stalling the client on inactive streams on startup. Since the live clients need to know this feature is implemented, we had to bump the lttng-live protocol version. This fix should be backported to stable-2.4 as well. Refs: #811 Signed-off-by: Julien Desfossez ---