X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/f2a9defa2bdaf750790aae6cea75cf23b945189e..c2e069c80086a655611b636be4465141548393fc:/ev_vars.h diff --git a/ev_vars.h b/ev_vars.h index 7e70143..aa19fc1 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -13,10 +13,10 @@ VARx(int, postfork) /* true if we need to recreate kernel state after fork */ VARx(int, activecnt) /* number of active events */ #if EV_USE_SELECT || EV_GENWRAP -VARx(unsigned char *, vec_ri) -VARx(unsigned char *, vec_ro) -VARx(unsigned char *, vec_wi) -VARx(unsigned char *, vec_wo) +VARx(void *, vec_ri) +VARx(void *, vec_ro) +VARx(void *, vec_wi) +VARx(void *, vec_wo) VARx(int, vec_max) #endif @@ -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) @@ -59,9 +65,11 @@ VARx(struct ev_timer **, timers) VARx(int, timermax) VARx(int, timercnt) +#if EV_PERIODICS || EV_GENWRAP VARx(struct ev_periodic **, periodics) VARx(int, periodicmax) VARx(int, periodiccnt) +#endif VARx(struct ev_idle **, idles) VARx(int, idlemax)