diff options
author | root <root> | 2007-11-27 10:59:10 +0000 |
---|---|---|
committer | root <root> | 2007-11-27 10:59:10 +0000 |
commit | 2e4f855ad17fd958d1643d2170054734053033fc (patch) | |
tree | 45b3c8fa4bf0b781f443aea504b3edc02e6f2fd2 /ev_vars.h | |
parent | ba71cf07f3506b8e303130e981d3b5b3e9ea5dc8 (diff) |
docs
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |