diff options
author | root <root> | 2007-11-29 17:28:13 +0000 |
---|---|---|
committer | root <root> | 2007-11-29 17:28:13 +0000 |
commit | 756a6378f76a80c595335d4a78ab426cc44d247d (patch) | |
tree | 8dfc566a50d530e4c5ca45a2ee3f97e47b314927 /ev.h | |
parent | 8d0f4d263d9a5601bb7d419e7db00970e288cb7e (diff) |
implement EVFLAG_FORKCHECK
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |