ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.h
(Generate patch)

Comparing libev/ev.h (file contents):
Revision 1.193 by root, Wed Jun 26 07:01:14 2019 UTC vs.
Revision 1.194 by root, Mon Jul 1 21:47:42 2019 UTC

520 EVBACKEND_POLL = 0x00000002U, /* !win, !aix, broken on osx */ 520 EVBACKEND_POLL = 0x00000002U, /* !win, !aix, broken on osx */
521 EVBACKEND_EPOLL = 0x00000004U, /* linux */ 521 EVBACKEND_EPOLL = 0x00000004U, /* linux */
522 EVBACKEND_KQUEUE = 0x00000008U, /* bsd, broken on osx */ 522 EVBACKEND_KQUEUE = 0x00000008U, /* bsd, broken on osx */
523 EVBACKEND_DEVPOLL = 0x00000010U, /* solaris 8 */ /* NYI */ 523 EVBACKEND_DEVPOLL = 0x00000010U, /* solaris 8 */ /* NYI */
524 EVBACKEND_PORT = 0x00000020U, /* solaris 10 */ 524 EVBACKEND_PORT = 0x00000020U, /* solaris 10 */
525 EVBACKEND_LINUXAIO = 0x00000040U, /* Linuix AIO */ 525 EVBACKEND_LINUXAIO = 0x00000040U, /* linuix AIO */
526 EVBACKEND_IOURING = 0x00000080U, /* linux io_uring, TBD */
526 EVBACKEND_ALL = 0x0000007FU, /* all known backends */ 527 EVBACKEND_ALL = 0x000000FFU, /* all known backends */
527 EVBACKEND_MASK = 0x0000FFFFU /* all future backends */ 528 EVBACKEND_MASK = 0x0000FFFFU /* all future backends */
528}; 529};
529 530
530#if EV_PROTOTYPES 531#if EV_PROTOTYPES
531EV_API_DECL int ev_version_major (void) EV_NOEXCEPT; 532EV_API_DECL int ev_version_major (void) EV_NOEXCEPT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines