X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/0bc76bb877857c0de7407667c8a7eef8422ec5ca..e3cb88fa576a8f24145df1c6962db20c8013700f:/ev_kqueue.c diff --git a/ev_kqueue.c b/ev_kqueue.c index 6e61646..8785d10 100644 --- a/ev_kqueue.c +++ b/ev_kqueue.c @@ -110,7 +110,7 @@ kqueue_poll (ev_tstamp timeout) fd_kill (events [i].ident); } else - event ( + fd_event ( events [i].ident, events [i].filter == EVFILT_READ ? EV_READ : events [i].filter == EVFILT_WRITE ? EV_WRITE