diff options
author | root <root> | 2009-07-19 01:36:34 +0000 |
---|---|---|
committer | root <root> | 2009-07-19 01:36:34 +0000 |
commit | dfa24c077cc325f0e21e169379aa6cac343cdaa2 (patch) | |
tree | 6678a0f6a8036a1467ab0c9d7dee48d47afdb910 /ev_vars.h | |
parent | c86e19d112a50d0f32e74f6f698f6dc81687da74 (diff) |
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -166,6 +166,12 @@ 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 +#if EV_USE_SIGNALFD || EV_GENWRAP +VARx(int, sigfd) +VARx(ev_io, sigfd_w) +VARx(sigset_t, sigfd_set) +#endif + #if EV_MINIMAL < 2 || EV_GENWRAP VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */ |