From 89a42941133287392b81c95fca09de34118f1a30 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 24 Oct 2010 18:09:58 +0000 Subject: *** empty log message *** --- ev_vars.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ev_vars.h') diff --git a/ev_vars.h b/ev_vars.h index 3f8f8ca..16d48ab 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -156,6 +156,12 @@ VARx(int, forkmax) 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) -- cgit v1.2.3