This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libev
mirror of
/home/gitosis/repositories/libev.git
Watch
1
Star
0
Fork
0
Code
Releases
62
Activity
Browse Source
4.27
master
rel-4.27
Marc Alexander Lehmann
1 year ago
parent
30aae9ba53
commit
dfa9483e2c
3 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
Changes
+1
-1
configure.ac
+0
-1
ev_vars.h
+ 1
- 2
Changes
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.
+ 1
- 1
configure.ac
View File
@ -1,5 +1,5 @@
dnl also update ev.h!
AC_INIT([libev], [4.2
5
])
AC_INIT([libev], [4.2
7
])
orig_CFLAGS="$CFLAGS"
+ 0
- 1
ev_vars.h
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
)
Write
Preview
Loading…
Cancel
Save