master rel-4.27
Marc Alexander Lehmann 2019-06-27 20:52:55 +00:00
parent 30aae9ba53
commit dfa9483e2c
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
Revision history for libev, a high-performance and full-featured event loop.
TODO: revisit 59.x timer in the light of mdoenr powersaving
4.27 (EV only)
4.27 Thu Jun 27 22:43:44 CEST 2019
- linux aio backend almost complete rewritten to work around its
limitations.
- epoll backend now mandatory for linux aio backend.

View File

@ -1,5 +1,5 @@
dnl also update ev.h!
AC_INIT([libev], [4.25])
AC_INIT([libev], [4.27])
orig_CFLAGS="$CFLAGS"

View File

@ -109,7 +109,6 @@ VARx(int, epoll_epermmax)
#if EV_USE_LINUXAIO || EV_GENWRAP
VARx(aio_context_t, linuxaio_ctx)
VARx(char, linuxaio_ringbuf_valid)
VARx(int, linuxaio_iteration)
VARx(struct aniocb **, linuxaio_iocbps)
VARx(int, linuxaio_iocbpmax)