// aiocb_ex.c, v 0.1 2005/05/19 // ============================================================================ // // = LIBRARY // // // = FILENAME // aiocb_ex.c // // = DESCRIPTION // aiocb_ex.c which use RT Signal. // // struct aiocb // int aio_fildes; /*file descriptor*/ // volatile void *aio_buf; /*buffer allocation*/ // size_t aio_nbytes; /*length of transfer*/ // off_t aio_offet; /*file of..