summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2012-05-06 13:05:35 +0000
committerroot <root>2012-05-06 13:05:35 +0000
commit26f68925a41a8ca708bac1af16c1164c5e2cac32 (patch)
tree4848b503e813a43507ecf3f868134489b5174372 /ev_vars.h
parentc98518f594ad05986c77d18c6de2f6e27a90dc99 (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 5cd26d0..53bcfee 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -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