From: Jérémie Galarneau Date: Thu, 8 Aug 2019 20:38:48 +0000 (-0400) Subject: Fix: use relay_id from ust_session or kernel_session consumer X-Git-Tag: v2.12.0-rc1~513 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=0a184d4ea76d365036939e7b0c295df0610f80d3;hp=0a184d4ea76d365036939e7b0c295df0610f80d3;p=lttng-tools.git Fix: use relay_id from ust_session or kernel_session consumer The consumer_output of an ltt_session does not contain the relay daemon id in the case of a remote session. Hence, it must be fetched from the domain-specific sessions. Signed-off-by: Jérémie Galarneau ---