From: Mathieu Desnoyers Date: Thu, 11 May 2017 20:00:55 +0000 (-0400) Subject: Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once X-Git-Tag: v2.11.0-rc1~572 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=e99f9447b5be2deee54dde16b404a12b3fcd88ee;hp=e99f9447b5be2deee54dde16b404a12b3fcd88ee;p=lttng-tools.git Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once On CPU hotplug, we currently send a duplicate of the channel key, which allocates its own object (duplicated) within the consumerd. We want the newly added stream to map to the pre-existing channel key, so don't send the channel duplicate. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---