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.216 by root, Wed Jul 25 16:12:28 2012 UTC vs.
Revision 1.217 by root, Fri Jul 27 17:24:06 2012 UTC

1532 1532
1533void 1533void
1534aio_fiemap (SV *fh, off_t start, SV *length, U32 flags, SV *count, SV *callback=&PL_sv_undef) 1534aio_fiemap (SV *fh, off_t start, SV *length, U32 flags, SV *count, SV *callback=&PL_sv_undef)
1535 PPCODE: 1535 PPCODE:
1536{ 1536{
1537 int fd = s_fileno_croak (fh, 0); 1537 int fd = s_fileno_croak (fh, 0);
1538 dREQ; 1538 dREQ;
1539 1539
1540 req->type = EIO_CUSTOM; 1540 req->type = EIO_CUSTOM;
1541 req->sv1 = newSVsv (fh); 1541 req->sv1 = newSVsv (fh);
1542 req->int1 = fd; 1542 req->int1 = fd;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines