ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/typemap
Revision: 1.1
Committed: Sat Oct 21 23:06:15 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 aio_req T_AIO
2     aio_req_ornot T_AIO_ORNOT
3    
4     INPUT
5    
6     T_AIO
7     $var = SvAIO_REQ ($arg);
8     if (!$var)
9     croak (\"busy IO::AIO::CB object required\");
10    
11     T_AIO_ORNOT
12     $var = SvAIO_REQ ($arg);
13     if (!$var)
14     XSRETURN_EMPTY;
15