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.36 by root, Wed Feb 16 08:02:50 2011 UTC vs.
Revision 1.37 by root, Thu Jun 2 23:34:05 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 = 0.; /* posix says this is zero */ 132 backend_fudge = 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines