summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2007-11-27 10:59:10 +0000
committerroot <root>2007-11-27 10:59:10 +0000
commit2e4f855ad17fd958d1643d2170054734053033fc (patch)
tree45b3c8fa4bf0b781f443aea504b3edc02e6f2fd2 /ev_vars.h
parentba71cf07f3506b8e303130e981d3b5b3e9ea5dc8 (diff)
docs
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 080ba55..c1bfaa4 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -80,5 +80,11 @@ VARx(struct ev_check **, checks)
VARx(int, checkmax)
VARx(int, checkcnt)
+#if EV_FORK_ENABLE || EV_GENWRAP
+VARx(struct ev_fork **, forks)
+VARx(int, forkmax)
+VARx(int, forkcnt)
+#endif
+
#undef VARx