diff options
author | root <root> | 2007-11-26 19:49:36 +0000 |
---|---|---|
committer | root <root> | 2007-11-26 19:49:36 +0000 |
commit | b7e58d7ed7f85d7cb7fe1c34cfe3fa2484a6dc31 (patch) | |
tree | d01389b61f95bc1e22cd8af78eaf3a3fb20f70b0 /ev_vars.h | |
parent | 3ed29c5036af830bfd31a743094b587bc6aa1949 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |