X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/678c8c54d0ce967d8f1db3e575aed61879279975..93fba227a29eca5571bc73e4e13525dd35710bd1:/ev_vars.h diff --git a/ev_vars.h b/ev_vars.h index e3c1f0e..c506944 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -10,6 +10,7 @@ VARx(ev_tstamp, method_fudge) /* assumed typical timer resolution */ VAR (method_modify, void (*method_modify)(EV_P_ int fd, int oev, int nev)) VAR (method_poll , void (*method_poll)(EV_P_ ev_tstamp timeout)) +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 @@ -75,10 +76,5 @@ VARx(struct ev_check **, checks) VARx(int, checkmax) VARx(int, checkcnt) -VAR (childs, struct ev_child *childs [PID_HASHSIZE]) -VARx(struct ev_signal, childev) - -VARx(struct ev_io, sigev) - #undef VARx