summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2009-07-19 06:35:25 +0000
committerroot <root>2009-07-19 06:35:25 +0000
commit6aeace751424f9b5a0e94bb0298ff8cdef548721 (patch)
treec62ef983a829c9bfde103c530b1b4b170e759c6f /ev.h
parent08f0ee3c6c197a7f4dc506cdc8e700a6536ee616 (diff)
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ev.h b/ev.h
index 25c3f1d..365e23f 100644
--- a/ev.h
+++ b/ev.h
@@ -404,6 +404,9 @@ union ev_any_watcher
/* flag bits */
#define EVFLAG_NOENV 0x01000000U /* do NOT consult environment */
#define EVFLAG_FORKCHECK 0x02000000U /* check for a fork in each iteration */
+/* debugging/feature disable */
+#define EVFLAG_NOINOTIFY 0x00100000U /* do not attempt to use inotify */
+#define EVFLAG_NOSIGFD 0x00200000U /* do not attempt to use signalfd */
/* method bits to be ored together */
#define EVBACKEND_SELECT 0x00000001U /* about anywhere */
#define EVBACKEND_POLL 0x00000002U /* !win */