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

Comparing libev/ev.h (file contents):
Revision 1.184 by root, Sun Dec 20 01:35:55 2015 UTC vs.
Revision 1.185 by root, Tue Jun 7 04:32:35 2016 UTC

513 EVFLAG_NOSIGMASK = 0x00400000U /* avoid modifying the signal mask */ 513 EVFLAG_NOSIGMASK = 0x00400000U /* avoid modifying the signal mask */
514}; 514};
515 515
516/* method bits to be ored together */ 516/* method bits to be ored together */
517enum { 517enum {
518 EVBACKEND_SELECT = 0x00000001U, /* about anywhere */ 518 EVBACKEND_SELECT = 0x00000001U, /* available just about anywhere */
519 EVBACKEND_POLL = 0x00000002U, /* !win */ 519 EVBACKEND_POLL = 0x00000002U, /* !win, !aix, broken on osx */
520 EVBACKEND_EPOLL = 0x00000004U, /* linux */ 520 EVBACKEND_EPOLL = 0x00000004U, /* linux */
521 EVBACKEND_KQUEUE = 0x00000008U, /* bsd */ 521 EVBACKEND_KQUEUE = 0x00000008U, /* bsd, broken on osx */
522 EVBACKEND_DEVPOLL = 0x00000010U, /* solaris 8 */ /* NYI */ 522 EVBACKEND_DEVPOLL = 0x00000010U, /* solaris 8 */ /* NYI */
523 EVBACKEND_PORT = 0x00000020U, /* solaris 10 */ 523 EVBACKEND_PORT = 0x00000020U, /* solaris 10 */
524 EVBACKEND_ALL = 0x0000003FU, /* all known backends */ 524 EVBACKEND_ALL = 0x0000003FU, /* all known backends */
525 EVBACKEND_MASK = 0x0000FFFFU /* all future backends */ 525 EVBACKEND_MASK = 0x0000FFFFU /* all future backends */
526}; 526};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines