diff options
Diffstat (limited to 'ev_wrap.h')
-rw-r--r-- | ev_wrap.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |