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

Comparing libev/ev_epoll.c (file contents):
Revision 1.23 by root, Tue Nov 6 16:51:20 2007 UTC vs.
Revision 1.24 by root, Fri Nov 23 05:00:45 2007 UTC

94 method_poll = epoll_poll; 94 method_poll = epoll_poll;
95 95
96 epoll_eventmax = 64; /* intiial number of events receivable per poll */ 96 epoll_eventmax = 64; /* intiial number of events receivable per poll */
97 epoll_events = (struct epoll_event *)ev_malloc (sizeof (struct epoll_event) * epoll_eventmax); 97 epoll_events = (struct epoll_event *)ev_malloc (sizeof (struct epoll_event) * epoll_eventmax);
98 98
99 return EVMETHOD_EPOLL; 99 return EVBACKEND_EPOLL;
100} 100}
101 101
102static void 102static void
103epoll_destroy (EV_P) 103epoll_destroy (EV_P)
104{ 104{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines