diff options
author | root <root> | 2010-10-24 18:09:58 +0000 |
---|---|---|
committer | root <root> | 2010-10-24 18:09:58 +0000 |
commit | 89a42941133287392b81c95fca09de34118f1a30 (patch) | |
tree | 42cc9495cd864a1d34c976d34129fa7431c833f7 /ev_vars.h | |
parent | e4b847e9394cc24b2edd689a7cae8243973c10ef (diff) |
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |