From: Jérémie Galarneau Date: Tue, 26 Nov 2019 23:20:35 +0000 (-0500) Subject: relayd: track clients of the health unix socket with the fd-tracker X-Git-Tag: v2.12.0-rc1~60 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=1c9bd75bb3b9042c5ba1221c344af8b80b9dcaaf;hp=1c9bd75bb3b9042c5ba1221c344af8b80b9dcaaf;p=lttng-tools.git relayd: track clients of the health unix socket with the fd-tracker accept connections to the health unix socket through a new fd-tracker wrapper, accept_unix_socket, which allows the fd-tracker to track the newly-created file descriptor. Signed-off-by: Jérémie Galarneau Change-Id: I3d58b7fab15451cae404b13fd5d4b23a7c79988a ---