From: Mathieu Desnoyers Date: Thu, 11 May 2017 20:00:56 +0000 (-0400) Subject: Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command X-Git-Tag: v2.8.7~6 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=7881b1c495675c9b0f9df93fbaeff6cf49310f2a;hp=7881b1c495675c9b0f9df93fbaeff6cf49310f2a;p=lttng-tools.git Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command When creating a new channel, the streams being sent to the relayd are kept invisible to the live client until the "streams_sent" command is received. This ensures the client does not see a partial stream set. This "streams_sent" command needs to be sent on CPU hotplug too, otherwise the live client handling within relayd is not aware of those streams (they are never published). Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---