diff options
author | root <root> | 2010-10-28 04:55:19 +0000 |
---|---|---|
committer | root <root> | 2010-10-28 04:55:19 +0000 |
commit | 84d2ac4060205af81c55bf81ab802cd57ce08c19 (patch) | |
tree | 43282a63ff8241e245f31e2f6ad04e500ff07710 /ev.h | |
parent | 93b21fb8113aed841153140e44034cb02c8e36b6 (diff) |
EV_UNDEF
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |