summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2007-11-26 19:49:36 +0000
committerroot <root>2007-11-26 19:49:36 +0000
commitb7e58d7ed7f85d7cb7fe1c34cfe3fa2484a6dc31 (patch)
treed01389b61f95bc1e22cd8af78eaf3a3fb20f70b0 /ev_vars.h
parent3ed29c5036af830bfd31a743094b587bc6aa1949 (diff)
- add non-os-assisted ev_stat watcher
- add some EV_MINIMAL, exg made me do it
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index a298104..080ba55 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -62,7 +62,7 @@ VARx(struct ev_timer **, timers)
VARx(int, timermax)
VARx(int, timercnt)
-#if EV_PERIODICS || EV_GENWRAP
+#if EV_PERIODIC_ENABLE || EV_GENWRAP
VARx(struct ev_periodic **, periodics)
VARx(int, periodicmax)
VARx(int, periodiccnt)