diff options
author | root <root> | 2007-11-24 06:23:27 +0000 |
---|---|---|
committer | root <root> | 2007-11-24 06:23:27 +0000 |
commit | 5cf190b99b58aa331248add4a0ac5d7b6cec5ecb (patch) | |
tree | 6f871c1c2fbdc6a683fd0aba6151924792387c46 /ev.h | |
parent | d42cbf5de98e3dfe102ad9e2acbb57c401bafadc (diff) |
milli-opt
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -329,6 +329,7 @@ unsigned int ev_backend (EV_P); #define EVLOOP_NONBLOCK 1 /* do not block/wait */ #define EVLOOP_ONESHOT 2 /* block *once* only */ +#define EVUNLOOP_CANCEL 0 /* undo unloop */ #define EVUNLOOP_ONE 1 /* unloop once */ #define EVUNLOOP_ALL 2 /* unloop all loops */ |