ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/AIO.xs
(Generate patch)

Comparing Linux-AIO/AIO.xs (file contents):
Revision 1.18 by root, Thu May 6 15:05:57 2004 UTC vs.
Revision 1.19 by root, Fri May 7 00:57:29 2004 UTC

222 222
223 Safefree (req); 223 Safefree (req);
224 } 224 }
225 225
226 if (qs) 226 if (qs)
227 {
228 printf ("outstanding %p %d\n", qs, nreqs);
229 send_reqs (); 227 send_reqs ();
230 }
231 228
232 return count; 229 return count;
233} 230}
234 231
235static sigset_t fullsigset; 232static sigset_t fullsigset;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines