Fix: epoll attributes used outside of compat layer
authorDavid Goulet <dgoulet@efficios.com>
Thu, 16 May 2013 15:30:15 +0000 (11:30 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 16 May 2013 15:41:32 +0000 (11:41 -0400)
commit6d737ce48af40e77ca27cb78348e7f3042eab3ed
tree58caa8d9e2a9d3a57b033713bcd653b100ff07f7
parent7f2841b709b74de17384aff2f11c48e449b74bf4
Fix: epoll attributes used outside of compat layer

This was breaking the poll() support. A lttng_poll_init is added which
basically resets the lttng poll event data structure and in the case of
epoll sets the epfd to -1.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/main.c
src/common/compat/poll.h
This page took 0.024389 seconds and 4 git commands to generate.