diff options
author | root <root> | 2011-01-10 01:58:54 +0000 |
---|---|---|
committer | root <root> | 2011-01-10 01:58:54 +0000 |
commit | fdf8e637ed5779a72783db49d403f4f8b2e76de0 (patch) | |
tree | 4269b403eae4c81717b29963e66ce01eb3b9ec39 /ev_vars.h | |
parent | f1c5ab398807a485aff4f2b412b8974fe7f62d0f (diff) |
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |