summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2009-07-19 01:36:34 +0000
committerroot <root>2009-07-19 01:36:34 +0000
commitdfa24c077cc325f0e21e169379aa6cac343cdaa2 (patch)
tree6678a0f6a8036a1467ab0c9d7dee48d47afdb910 /ev_vars.h
parentc86e19d112a50d0f32e74f6f698f6dc81687da74 (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index da73ca2..4e118d7 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -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 */