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

Comparing libev/ev_select.c (file contents):
Revision 1.2 by root, Tue Oct 30 23:54:38 2007 UTC vs.
Revision 1.3 by root, Wed Oct 31 00:24:16 2007 UTC

77 } 77 }
78 } 78 }
79 } 79 }
80} 80}
81 81
82int select_init (int flags) 82void select_init (int flags)
83{ 83{
84 ev_method = EVMETHOD_SELECT; 84 ev_method = EVMETHOD_SELECT;
85 method_fudge = 1e-2; /* needed to compensate for select returning early, very conservative */ 85 method_fudge = 1e-2; /* needed to compensate for select returning early, very conservative */
86 method_modify = select_modify; 86 method_modify = select_modify;
87 method_poll = select_poll; 87 method_poll = select_poll;
88
89 return 1;
90} 88}
91 89
92 90

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines