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

Comparing libev/ev_poll.c (file contents):
Revision 1.14 by root, Mon Nov 12 20:03:39 2007 UTC vs.
Revision 1.15 by root, Fri Nov 23 05:00:45 2007 UTC

113 method_poll = poll_poll; 113 method_poll = poll_poll;
114 114
115 pollidxs = 0; pollidxmax = 0; 115 pollidxs = 0; pollidxmax = 0;
116 polls = 0; pollmax = 0; pollcnt = 0; 116 polls = 0; pollmax = 0; pollcnt = 0;
117 117
118 return EVMETHOD_POLL; 118 return EVBACKEND_POLL;
119} 119}
120 120
121static void 121static void
122poll_destroy (EV_P) 122poll_destroy (EV_P)
123{ 123{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines