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

Comparing libev/ev.c (file contents):
Revision 1.191 by root, Fri Dec 21 02:40:01 2007 UTC vs.
Revision 1.192 by root, Fri Dec 21 07:55:29 2007 UTC

925} 925}
926 926
927unsigned int 927unsigned int
928ev_embeddable_backends (void) 928ev_embeddable_backends (void)
929{ 929{
930 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
930 return EVBACKEND_EPOLL 931 return EVBACKEND_KQUEUE
931 | EVBACKEND_KQUEUE
932 | EVBACKEND_PORT; 932 | EVBACKEND_PORT;
933} 933}
934 934
935unsigned int 935unsigned int
936ev_backend (EV_P) 936ev_backend (EV_P)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines