lib/tevent: remove broken tevent_aio support
authorStefan Metzmacher <metze@samba.org>
Fri, 13 Feb 2009 13:05:41 +0000 (14:05 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 13 Feb 2009 15:02:13 +0000 (16:02 +0100)
commit1d949fe742f3470010ee032b6b465857cc41d582
tree06c49e1521be72c4efcefc4f28f45d90860720bc
parentf131718c607eba5e94e32ae6c4ce81d65ec98718
lib/tevent: remove broken tevent_aio support

It makes no sense to support aio events because,
the current implementation was based on IOCB_CMD_EPOLL_WAIT
which never made it into the main kernel tree.

The native linux aio can be used with select/epoll
using eventfd(), which means we can implement aio
with fd events and implement aio outside of tevent.

metze
lib/tevent/libtevent.m4
lib/tevent/tevent.c
lib/tevent/tevent.h
lib/tevent/tevent_aio.c [deleted file]
lib/tevent/tevent_internal.h