ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/iom.C
(Generate patch)

Comparing gvpe/src/iom.C (file contents):
Revision 1.18 by pcg, Sun Mar 28 01:43:50 2004 UTC vs.
Revision 1.19 by pcg, Sun Mar 28 01:53:33 2004 UTC

218 } 218 }
219 219
220 if (!to && !fds) //TODO: also check idle_watchers and check_watchers 220 if (!to && !fds) //TODO: also check idle_watchers and check_watchers
221 break; // no events 221 break; // no events
222 222
223 fds = select (fds, &rfd, &wfd, &efd, to); 223 fds = select (fds, &rfd, &wfd, NULL, to);
224# if IOM_TIME 224# if IOM_TIME
225 set_now (); 225 set_now ();
226# endif 226# endif
227 227
228 if (fds > 0) 228 if (fds > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines