diff options
author | root <root> | 2012-05-06 13:05:35 +0000 |
---|---|---|
committer | root <root> | 2012-05-06 13:05:35 +0000 |
commit | 26f68925a41a8ca708bac1af16c1164c5e2cac32 (patch) | |
tree | 4848b503e813a43507ecf3f868134489b5174372 /ev_vars.h | |
parent | c98518f594ad05986c77d18c6de2f6e27a90dc99 (diff) |
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -43,6 +43,17 @@ VARx(ev_tstamp, now_floor) /* last time we refreshed rt_time */ VARx(ev_tstamp, mn_now) /* monotonic clock "now" */ VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */ +/* for reverse feeding of events */ +VARx(W *, rfeeds) +VARx(int, rfeedmax) +VARx(int, rfeedcnt) + +VAR (pendings, ANPENDING *pendings [NUMPRI]) +VAR (pendingmax, int pendingmax [NUMPRI]) +VAR (pendingcnt, int pendingcnt [NUMPRI]) +VARx(int, pendingpri) /* highest priority currently pending */ +VARx(ev_prepare, pending_w) /* dummy pending watcher */ + VARx(ev_tstamp, io_blocktime) VARx(ev_tstamp, timeout_blocktime) @@ -58,16 +69,6 @@ VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout)) VARx(ANFD *, anfds) VARx(int, anfdmax) -VAR (pendings, ANPENDING *pendings [NUMPRI]) -VAR (pendingmax, int pendingmax [NUMPRI]) -VAR (pendingcnt, int pendingcnt [NUMPRI]) -VARx(ev_prepare, pending_w) /* dummy pending watcher */ - -/* for reverse feeding of events */ -VARx(W *, rfeeds) -VARx(int, rfeedmax) -VARx(int, rfeedcnt) - #if EV_USE_EVENTFD || EV_GENWRAP VARx(int, evfd) #endif |