From: Jérémie Galarneau Date: Tue, 26 Nov 2019 22:10:02 +0000 (-0500) Subject: relayd: track the health quit pipe with the fd-tracker X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=bcee2b96c2ddf927ddcbbc6584cda7d3c17bbb95;hp=bcee2b96c2ddf927ddcbbc6584cda7d3c17bbb95 relayd: track the health quit pipe with the fd-tracker Create the relayd health thread quit 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: Ib82eabc0f152a706ac76a5042af2e3984d7e7f72 ---