summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2011-01-10 01:58:54 +0000
committerroot <root>2011-01-10 01:58:54 +0000
commitfdf8e637ed5779a72783db49d403f4f8b2e76de0 (patch)
tree4269b403eae4c81717b29963e66ce01eb3b9ec39 /ev_vars.h
parentf1c5ab398807a485aff4f2b412b8974fe7f62d0f (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 5de913d..17d77c8 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -180,12 +180,15 @@ VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
#endif
VARx(EV_ATOMIC_T, sig_pending)
+VARx(int, nosigmask)
#if EV_USE_SIGNALFD || EV_GENWRAP
VARx(int, sigfd)
VARx(ev_io, sigfd_w)
VARx(sigset_t, sigfd_set)
#endif
+VARx(unsigned int, origflags) /* original loop flags */
+
#if EV_FEATURE_API || EV_GENWRAP
VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */