From: Jérémie Galarneau Date: Tue, 26 Nov 2019 23:14:57 +0000 (-0500) Subject: relayd: track worker thread's epoll fd using the fd-tracker X-Git-Tag: v2.12.0-rc1~59 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=e32a08649483b8b1dabd5335628041e1365b5b08;hp=e32a08649483b8b1dabd5335628041e1365b5b08;p=lttng-tools.git relayd: track worker thread's epoll fd using the fd-tracker This commit introduces an fd leak report (bogus) which is caused by another thread using the same poll initialization functions as the worker thread. The fd is cleaned-up by that other thread, but the fd-tracker is not aware of this, thus causing the report. This is adressed in a follow-up patch. Signed-off-by: Jérémie Galarneau Change-Id: I105fddcf3421373f9746c1d8f31016462af2448e ---