summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2007-11-11 01:07:35 +0000
committerroot <root>2007-11-11 01:07:35 +0000
commit8eaf72b24298b3c7c6e33812b1410b1ee3bb33c6 (patch)
tree8ccd4b8fd65a550857a37c8d625b272ed1d504b8 /ev_vars.h
parent6778edc72c8101697c478c40f104fe75c97e336e (diff)
fix bug
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 7e70143..77fa3d0 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -59,9 +59,11 @@ VARx(struct ev_timer **, timers)
VARx(int, timermax)
VARx(int, timercnt)
+#if EV_PERIODICS || EV_GENWRAP
VARx(struct ev_periodic **, periodics)
VARx(int, periodicmax)
VARx(int, periodiccnt)
+#endif
VARx(struct ev_idle **, idles)
VARx(int, idlemax)