From: Jérémie Galarneau Date: Wed, 27 Nov 2019 05:23:15 +0000 (-0500) Subject: relayd: track the live_conn_pipe with the fd-tracker X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=87bcbe91a9b75f0c6240f01105cfa00fb0b4d052;hp=87bcbe91a9b75f0c6240f01105cfa00fb0b4d052 relayd: track the live_conn_pipe with the fd-tracker Create the relayd live connection pipe through the fd_tracker_util_pipe_open_cloexec() function which wraps utils_create_pipe_cloexec(), but tracks the resulting file descriptor. The close of the pipe is also performed through the fd tracker. Signed-off-by: Jérémie Galarneau Change-Id: I967c2fbecfb5dacfb8c41cad113604bad78dad65 ---