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.206 by root, Tue Oct 4 18:22:37 2011 UTC vs.
Revision 1.207 by root, Fri Dec 30 07:40:54 2011 UTC

1439 aio_link = EIO_LINK 1439 aio_link = EIO_LINK
1440 aio_symlink = EIO_SYMLINK 1440 aio_symlink = EIO_SYMLINK
1441 aio_rename = EIO_RENAME 1441 aio_rename = EIO_RENAME
1442 PPCODE: 1442 PPCODE:
1443{ 1443{
1444 eio_wd wd2 = 0;
1444 dREQ; 1445 dREQ;
1445 eio_wd wd2 = 0;
1446 1446
1447 req->type = ix; 1447 req->type = ix;
1448 req_set_path1 (req, oldpath); 1448 req_set_path1 (req, oldpath);
1449 req_set_path (req, newpath, &req->sv2, &req->sv4, &wd2, &req->ptr2); 1449 req_set_path (req, newpath, &req->sv2, &req->sv4, &wd2, &req->ptr2);
1450 req->int3 = (long)wd2; 1450 req->int3 = (long)wd2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines