mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 04:31:36 +00:00
@@ -203,6 +203,7 @@ rtems_aio_request *init_write_req( struct aiocb* aiocbp )
|
||||
req->aiocbp = aiocbp;
|
||||
req->op_type = AIO_OP_WRITE;
|
||||
req->listcbp = NULL;
|
||||
req->suspendcbp = NULL;
|
||||
|
||||
return req;
|
||||
}
|
||||
@@ -250,6 +251,7 @@ rtems_aio_request *init_read_req( struct aiocb* aiocbp )
|
||||
req->aiocbp = aiocbp;
|
||||
req->op_type = AIO_OP_READ;
|
||||
req->listcbp = NULL;
|
||||
req->suspendcbp = NULL;
|
||||
|
||||
return req;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user