summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2010-10-28 04:55:19 +0000
committerroot <root>2010-10-28 04:55:19 +0000
commit84d2ac4060205af81c55bf81ab802cd57ce08c19 (patch)
tree43282a63ff8241e245f31e2f6ad04e500ff07710 /ev.h
parent93b21fb8113aed841153140e44034cb02c8e36b6 (diff)
EV_UNDEF
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index 69d49a8..7bf91e5 100644
--- a/ev.h
+++ b/ev.h
@@ -197,7 +197,7 @@ struct ev_loop;
/* eventmask, revents, events... */
enum {
- EV_UNDEF = -1, /* guaranteed to be invalid */
+ EV_UNDEF = 0xFFFFFFFF, /* guaranteed to be invalid */
EV_NONE = 0x00, /* no events */
EV_READ = 0x01, /* ev_io detected read will not block */
EV_WRITE = 0x02, /* ev_io detected write will not block */