X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/f4f2094b6a36eac7778c5091ee4160a2f403e808..cf2e067e143e40c3b874a16069773fe04d3737bc:/ev_vars.h?ds=inline diff --git a/ev_vars.h b/ev_vars.h index 98029ed..7e70143 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -2,7 +2,6 @@ VARx(ev_tstamp, now_floor) /* last time we refreshed rt_time */ VARx(ev_tstamp, mn_now) /* monotonic clock "now" */ -VARx(ev_tstamp, rt_now) VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */ VARx(int, method) @@ -10,6 +9,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