summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2007-11-29 17:28:13 +0000
committerroot <root>2007-11-29 17:28:13 +0000
commit756a6378f76a80c595335d4a78ab426cc44d247d (patch)
tree8dfc566a50d530e4c5ca45a2ee3f97e47b314927 /ev.h
parent8d0f4d263d9a5601bb7d419e7db00970e288cb7e (diff)
implement EVFLAG_FORKCHECK
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ev.h b/ev.h
index d9f558a..ad9bb8e 100644
--- a/ev.h
+++ b/ev.h
@@ -312,6 +312,7 @@ union ev_any_watcher
#define EVFLAG_AUTO 0x00000000UL /* not quite a mask */
/* flag bits */
#define EVFLAG_NOENV 0x01000000UL /* do NOT consult environment */
+#define EVFLAG_FORKCHECK 0x02000000UL /* check for a fork in each iteration */
/* method bits to be ored together */
#define EVBACKEND_SELECT 0x00000001UL /* about anywhere */
#define EVBACKEND_POLL 0x00000002UL /* !win */