summaryrefslogtreecommitdiff
path: root/ev_wrap.h
diff options
context:
space:
mode:
authorroot <root>2010-10-24 18:09:58 +0000
committerroot <root>2010-10-24 18:09:58 +0000
commit89a42941133287392b81c95fca09de34118f1a30 (patch)
tree42cc9495cd864a1d34c976d34129fa7431c833f7 /ev_wrap.h
parente4b847e9394cc24b2edd689a7cae8243973c10ef (diff)
*** empty log message ***
Diffstat (limited to 'ev_wrap.h')
-rw-r--r--ev_wrap.h6
1 files changed, 6 insertions, 0 deletions
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