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

Comparing libev/ev_port.c (file contents):
Revision 1.2 by root, Fri Nov 16 10:41:54 2007 UTC vs.
Revision 1.3 by root, Fri Nov 23 05:00:45 2007 UTC

116 method_poll = port_poll; 116 method_poll = port_poll;
117 117
118 port_eventmax = 64; /* intiial number of events receivable per poll */ 118 port_eventmax = 64; /* intiial number of events receivable per poll */
119 port_events = (port_event_t *)ev_malloc (sizeof (port_event_t) * port_eventmax); 119 port_events = (port_event_t *)ev_malloc (sizeof (port_event_t) * port_eventmax);
120 120
121 return EVMETHOD_PORT; 121 return EVBACKEND_PORT;
122} 122}
123 123
124static void 124static void
125port_destroy (EV_P) 125port_destroy (EV_P)
126{ 126{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines