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.54 by root, Mon Oct 23 00:34:36 2006 UTC vs.
Revision 1.55 by root, Mon Oct 23 00:47:29 2006 UTC

821 tv.tv_usec = req->fd2; 821 tv.tv_usec = req->fd2;
822 822
823 req->result = select (0, 0, 0, 0, &tv); 823 req->result = select (0, 0, 0, 0, &tv);
824 } 824 }
825 825
826 case REQ_GROUP: /*TODO: should not be handled here */ 826 case REQ_GROUP:
827 case REQ_NOP: /*TODO: should not be handled here */ 827 case REQ_NOP:
828 case REQ_QUIT: 828 case REQ_QUIT:
829 break; 829 break;
830 830
831 default: 831 default:
832 req->result = ENOSYS; 832 req->result = ENOSYS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines