tevent: maintain a list of disabled events in the poll backend
authorStefan Metzmacher <metze@samba.org>
Thu, 28 Feb 2013 16:07:28 +0000 (17:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 09:48:39 +0000 (10:48 +0100)
We need to avoid passing pollfd.events == 0, to poll(),
as it will report POLLERR and POLLHUP events, but our caller
does not expect the event handler to be called.

Signed-off-by: Stefan Metzmacher <metze@samba.org>

No differences found