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.156 by root, Thu Nov 12 00:01:52 2009 UTC vs.
Revision 1.157 by root, Sat Jan 2 12:58:37 2010 UTC

1144 1144
1145ssize_t 1145ssize_t
1146sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count) 1146sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count)
1147 PROTOTYPE: $$$$ 1147 PROTOTYPE: $$$$
1148 CODE: 1148 CODE:
1149 eio_sendfile_sync (ofh, ifh, offset, count); 1149 RETVAL = eio_sendfile_sync (ofh, ifh, offset, count);
1150 OUTPUT:
1151 RETVAL
1150 1152
1151void _on_next_submit (SV *cb) 1153void _on_next_submit (SV *cb)
1152 CODE: 1154 CODE:
1153 SvREFCNT_dec (on_next_submit); 1155 SvREFCNT_dec (on_next_submit);
1154 on_next_submit = SvOK (cb) ? newSVsv (cb) : 0; 1156 on_next_submit = SvOK (cb) ? newSVsv (cb) : 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines