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.65 by root, Tue Oct 24 00:26:32 2006 UTC vs.
Revision 1.66 by root, Tue Oct 24 00:34:47 2006 UTC

1361 1361
1362MODULE = IO::AIO PACKAGE = IO::AIO::REQ 1362MODULE = IO::AIO PACKAGE = IO::AIO::REQ
1363 1363
1364void 1364void
1365cancel (aio_req_ornot req) 1365cancel (aio_req_ornot req)
1366 PROTOTYPE:
1367 CODE: 1366 CODE:
1368 req_cancel (req); 1367 req_cancel (req);
1369 1368
1370void 1369void
1371cb (aio_req_ornot req, SV *callback=&PL_sv_undef) 1370cb (aio_req_ornot req, SV *callback=&PL_sv_undef)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines