summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2008-02-05 23:56:33 +0000
committerroot <root>2008-02-05 23:56:33 +0000
commita82219690a0ce1703abdc9bf10d0d4e5a9d26efa (patch)
tree01acffca4a20ad9b7a99e2fae33c1e998e8326ff /ev_vars.h
parentc83c7b9d34c4856e08c50a4a6c1417cdb2704348 (diff)
compile without it, too, fix memleak
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index c9637f2..249aa2f 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -140,8 +140,8 @@ VARx(int, forkmax)
VARx(int, forkcnt)
#endif
-#if EV_ASYNC_ENABLE || EV_GENWRAP
VARx(EV_ATOMIC_T, gotasync)
+#if EV_ASYNC_ENABLE || EV_GENWRAP
VARx(struct ev_async **, asyncs)
VARx(int, asyncmax)
VARx(int, asynccnt)