--- libev/ev_vars.h 2010/10/23 22:25:44 1.42 +++ libev/ev_vars.h 2010/10/24 18:09:58 1.43 @@ -156,6 +156,12 @@ VARx(int, forkcnt) #endif +#if EV_CLEANUP_ENABLE || EV_GENWRAP +VARx(struct ev_cleanup **, cleanups) +VARx(int, cleanupmax) +VARx(int, cleanupcnt) +#endif + #if EV_ASYNC_ENABLE || EV_GENWRAP VARx(EV_ATOMIC_T, async_pending) VARx(struct ev_async **, asyncs)