Fix: sessiond: ust-app: account for the event notification pipes fds
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 21 Jan 2021 17:30:38 +0000 (12:30 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 28 Jan 2021 23:32:40 +0000 (18:32 -0500)
commit5e2abfaf5887f5af81f2b9da7fd18ea07c21366c
tree1b49888f114b7161b6f73b96505f7d114833bb38
parent5d4193fd103743e68020148db71469b907020140
Fix: sessiond: ust-app: account for the event notification pipes fds

The file descriptors of the event notifier group's event pipe are not
accounted by the lttng_fd_*() module, which tracks the use the file
descriptors by the userspace tracer.

Add the necessary lttng_fd_*() uses to account for the pipe's file
descriptors over their lifetime.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ib24b4c2934655573965f06fa7998859335053083
src/bin/lttng-sessiond/ust-app.c
This page took 0.025057 seconds and 4 git commands to generate.