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_wrap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ev_wrap.h') diff --git a/ev_wrap.h b/ev_wrap.h index a67cca3..9c19fe6 100644 --- a/ev_wrap.h +++ b/ev_wrap.h @@ -70,6 +70,9 @@ #define forks ((loop)->forks) #define forkmax ((loop)->forkmax) #define forkcnt ((loop)->forkcnt) +#define cleanups ((loop)->cleanups) +#define cleanupmax ((loop)->cleanupmax) +#define cleanupcnt ((loop)->cleanupcnt) #define async_pending ((loop)->async_pending) #define asyncs ((loop)->asyncs) #define asyncmax ((loop)->asyncmax) @@ -159,6 +162,9 @@ #undef forks #undef forkmax #undef forkcnt +#undef cleanups +#undef cleanupmax +#undef cleanupcnt #undef async_pending #undef asyncs #undef asyncmax -- cgit v1.2.3