From: David Goulet Date: Mon, 26 Aug 2013 16:26:10 +0000 (-0400) Subject: Use consumer fd reference in consumer socket obj X-Git-Tag: v2.3.0-rc3~24 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4ce514c43483ba24fd935024da5b7aca681a7e52;hp=4ce514c43483ba24fd935024da5b7aca681a7e52;p=lttng-tools.git Use consumer fd reference in consumer socket obj This is done so we don't copy the fd value of the consumer thus having a central control. This is part of a set of patches that makes the session daemon stop sending command to an invalid consumer (dead, closed). Acked-by: Mathieu Desnoyers Signed-off-by: David Goulet ---