From: Jérémie Galarneau Date: Wed, 27 Nov 2019 05:30:24 +0000 (-0500) Subject: relayd: track the live viewer worker thread's epoll fd X-Git-Tag: v2.12.0-rc1~55 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=35bc1f58f7076171ab8957c2472b056fa9c6ea60;hp=35bc1f58f7076171ab8957c2472b056fa9c6ea60 relayd: track the live viewer worker thread's epoll fd Create the live worker threads' epoll fd through the fd_tracker_util_poll_create() util. This causes the resulting fd (in epoll mode) to be tracked by the fd tracker. Signed-off-by: Jérémie Galarneau Change-Id: I60b386b90e274283c566d94cfd4abcf57e0c1985 ---