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.47 by root, Thu Jul 11 08:29:08 2019 UTC vs.
Revision 1.48 by root, Sat Aug 17 05:30:16 2019 UTC

134 134
135inline_size 135inline_size
136int 136int
137poll_init (EV_P_ int flags) 137poll_init (EV_P_ int flags)
138{ 138{
139 backend_mintime = 1e-3; 139 backend_mintime = EV_TS_CONST (1e-3);
140 backend_modify = poll_modify; 140 backend_modify = poll_modify;
141 backend_poll = poll_poll; 141 backend_poll = poll_poll;
142 142
143 pollidxs = 0; pollidxmax = 0; 143 pollidxs = 0; pollidxmax = 0;
144 polls = 0; pollmax = 0; pollcnt = 0; 144 polls = 0; pollmax = 0; pollcnt = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines