tevent: let tevent_epoll.c use new generic mpx infrastructure
authorStefan Metzmacher <metze@samba.org>
Fri, 11 Nov 2022 21:30:35 +0000 (22:30 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 13 Oct 2023 09:49:33 +0000 (09:49 +0000)
commit28bf51fc657179de020716a486aa1651143529a8
tree982a34e130969ab1fb650ee7f7bd25294d12a89f
parentb328e990651a3182bba3e4e8d8b91eed457bd8a1
tevent: let tevent_epoll.c use new generic mpx infrastructure

This allows any number of event handlers per low level fd.

It means the epoll backend behaves like the poll backend now.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/tevent/tevent_epoll.c