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

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.154 by root, Wed Jul 15 01:39:15 2009 UTC vs.
Revision 1.155 by root, Fri Jul 17 00:56:54 2009 UTC

443 443
444static void 444static void
445create_respipe (void) 445create_respipe (void)
446{ 446{
447 if (s_epipe_renew (&respipe)) 447 if (s_epipe_renew (&respipe))
448 croak ("unable to initialize result pipe"); 448 croak ("IO::AIO: unable to initialize result pipe");
449} 449}
450 450
451static void poll_wait (void) 451static void poll_wait (void)
452{ 452{
453 while (eio_nreqs ()) 453 while (eio_nreqs ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines