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.113 by root, Wed Apr 16 16:45:18 2008 UTC vs.
Revision 1.114 by root, Sat Apr 26 12:00:23 2008 UTC

1569 PPCODE: 1569 PPCODE:
1570{ 1570{
1571 dREQ; 1571 dREQ;
1572 1572
1573 req->type = REQ_CLOSE; 1573 req->type = REQ_CLOSE;
1574 req->sv1 = newSVsv (fh);
1574 req->int1 = PerlIO_fileno (IoIFP (sv_2io (fh))); 1575 req->int1 = PerlIO_fileno (IoIFP (sv_2io (fh)));
1575 1576
1576 REQ_SEND (req); 1577 REQ_SEND (req);
1577} 1578}
1578 1579

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines