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.38 by root, Sat Jun 4 05:25:03 2011 UTC vs.
Revision 1.39 by root, Sat Jun 4 05:33:29 2011 UTC

127} 127}
128 128
129int inline_size 129int inline_size
130poll_init (EV_P_ int flags) 130poll_init (EV_P_ int flags)
131{ 131{
132 backend_fudge = 1e-3; 132 backend_mintime = 1e-3;
133 backend_modify = poll_modify; 133 backend_modify = poll_modify;
134 backend_poll = poll_poll; 134 backend_poll = poll_poll;
135 135
136 pollidxs = 0; pollidxmax = 0; 136 pollidxs = 0; pollidxmax = 0;
137 polls = 0; pollmax = 0; pollcnt = 0; 137 polls = 0; pollmax = 0; pollcnt = 0;
138 138
139 return EVBACKEND_POLL; 139 return EVBACKEND_POLL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines