]> rtime.felk.cvut.cz Git - sojka/libev.git/blobdiff - ev.h
Add experimental support for EPOLLPRI to the epoll backend
[sojka/libev.git] / ev.h
diff --git a/ev.h b/ev.h
index db9377765e76dfae7ca743a5daa35add1e77e663..9f0842dc019f7a53c6a7ef2bb70c1b43dd7491c5 100644 (file)
--- a/ev.h
+++ b/ev.h
@@ -219,6 +219,7 @@ enum {
   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 */
+  EV_EXCEPTION=            0x04, /* ev_io detected exceptional condition */
   EV__IOFDSET =            0x80, /* internal use only */
   EV_IO       =         EV_READ, /* alias for type-detection */
   EV_TIMER    =      0x00000100, /* timer timed out */