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.190 by root, Mon Jul 18 02:02:26 2011 UTC vs.
Revision 1.191 by root, Tue Jul 19 05:00:11 2011 UTC

1590 CODE: 1590 CODE:
1591 RETVAL = posix_fadvise (fh, offset, length, advice); 1591 RETVAL = posix_fadvise (fh, offset, length, advice);
1592 OUTPUT: 1592 OUTPUT:
1593 RETVAL 1593 RETVAL
1594 1594
1595ssize_t 1595IV
1596sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count) 1596sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count)
1597 CODE: 1597 CODE:
1598 RETVAL = eio_sendfile_sync (ofh, ifh, offset, count); 1598 RETVAL = eio_sendfile_sync (ofh, ifh, offset, count);
1599 OUTPUT: 1599 OUTPUT:
1600 RETVAL 1600 RETVAL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines