From: Jérémie Galarneau Date: Tue, 26 Nov 2019 22:07:41 +0000 (-0500) Subject: relayd: track the relay_conn_pipe with the fd-tracker X-Git-Tag: v2.12.0-rc1~62 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=726b23964ab6fc7d77a3ced3c416ebffbcc2d3ac;hp=726b23964ab6fc7d77a3ced3c416ebffbcc2d3ac;ds=sidebyside relayd: track the relay_conn_pipe with the fd-tracker Create the relayd 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: I6ed0d64c973a454de2e50c7cae006fd546299290 ---