diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-13 14:05:41 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-13 16:02:13 +0100 |
commit | 1d949fe742f3470010ee032b6b465857cc41d582 (patch) | |
tree | 06c49e1521be72c4efcefc4f28f45d90860720bc /release-scripts/build-docs | |
parent | f131718c607eba5e94e32ae6c4ce81d65ec98718 (diff) | |
download | samba-1d949fe742f3470010ee032b6b465857cc41d582.tar.gz samba-1d949fe742f3470010ee032b6b465857cc41d582.tar.bz2 samba-1d949fe742f3470010ee032b6b465857cc41d582.zip |
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
Diffstat (limited to 'release-scripts/build-docs')
0 files changed, 0 insertions, 0 deletions