summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2009-07-19 07:20:41 +0000
committerroot <root>2009-07-19 07:20:41 +0000
commita03265fec41805b006633a70a49d4fd2ef1a7508 (patch)
tree0b2475e26afb169237cf4b0180f9f05f3277cd38 /ev_vars.h
parent6aeace751424f9b5a0e94bb0298ff8cdef548721 (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 4e118d7..da53ee8 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -152,8 +152,8 @@ VARx(int, forkmax)
VARx(int, forkcnt)
#endif
-VARx(EV_ATOMIC_T, gotasync)
#if EV_ASYNC_ENABLE || EV_GENWRAP
+VARx(EV_ATOMIC_T, async_pending)
VARx(struct ev_async **, asyncs)
VARx(int, asyncmax)
VARx(int, asynccnt)
@@ -166,6 +166,7 @@ VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
#endif
+VARx(EV_ATOMIC_T, sig_pending)
#if EV_USE_SIGNALFD || EV_GENWRAP
VARx(int, sigfd)
VARx(ev_io, sigfd_w)