]> git.llucax.com Git - software/libev.git/blobdiff - ev_vars.h
*** empty log message ***
[software/libev.git] / ev_vars.h
index fa6ae9b3ba04e1b24a4172f309359c6aea438e2a..951c45d0f33e63946f49c9d1c009cd45c2c56672 100644 (file)
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -73,9 +73,12 @@ VARx(int, periodicmax)
 VARx(int, periodiccnt)
 #endif
 
 VARx(int, periodiccnt)
 #endif
 
-VARx(struct ev_idle **, idles)
-VARx(int, idlemax)
-VARx(int, idlecnt)
+#if EV_IDLE_ENABLE || EV_GENWRAP
+VAR (idles, ev_idle **idles [NUMPRI])
+VAR (idlemax, int idlemax [NUMPRI])
+VAR (idlecnt, int idlecnt [NUMPRI])
+#endif
+VARx(int, idleall) /* total number */
 
 VARx(struct ev_prepare **, prepares)
 VARx(int, preparemax)
 
 VARx(struct ev_prepare **, prepares)
 VARx(int, preparemax)