]> git.llucax.com Git - software/libev.git/blobdiff - ev_vars.h
*** empty log message ***
[software/libev.git] / ev_vars.h
index e3c1f0e001632e96409f2c8f7fdb923fe90dfd4c..e73d37dac73fdd3cdeb2b8ca92f1b2838b3584a9 100644 (file)
--- 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, 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)
 
 VARx(ev_tstamp, rtmn_diff)      /* difference realtime - monotonic time */
 VARx(int, method)
 
@@ -10,13 +9,14 @@ 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))
 
 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
 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
 
 VARx(int, vec_max)
 #endif
 
@@ -59,9 +59,11 @@ VARx(struct ev_timer **, timers)
 VARx(int, timermax)
 VARx(int, timercnt)
 
 VARx(int, timermax)
 VARx(int, timercnt)
 
+#if EV_PERIODICS || EV_GENWRAP
 VARx(struct ev_periodic **, periodics)
 VARx(int, periodicmax)
 VARx(int, periodiccnt)
 VARx(struct ev_periodic **, periodics)
 VARx(int, periodicmax)
 VARx(int, periodiccnt)
+#endif
 
 VARx(struct ev_idle **, idles)
 VARx(int, idlemax)
 
 VARx(struct ev_idle **, idles)
 VARx(int, idlemax)
@@ -75,10 +77,5 @@ VARx(struct ev_check **, checks)
 VARx(int, checkmax)
 VARx(int, checkcnt)
 
 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
 
 #undef VARx