X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/2dff0867c6069c41ede598cd78bb2d5223fde025..11e1fb9f26bd38ce55ce687f0fe7031122da8202:/ev_vars.h?ds=sidebyside diff --git a/ev_vars.h b/ev_vars.h index e73d37d..aa19fc1 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -44,6 +44,12 @@ VARx(struct kevent *, kqueue_events) VARx(int, kqueue_eventmax) #endif +#if EV_USE_PORT || EV_GENWRAP +VARx(int, port_fd) +VARx(struct port_event *, port_events) +VARx(int, port_eventmax) +#endif + VARx(ANFD *, anfds) VARx(int, anfdmax)