mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Add a AIO control container to increase the payload with OS internal stuff.
This commit is contained in:
@@ -133,8 +133,6 @@ struct aiocb
|
||||
* application code should never reference these elements.
|
||||
*/
|
||||
|
||||
struct work_s aio_work; /* Used to defer I/O to the work thread */
|
||||
pid_t aio_pid; /* ID of client to be notify at completion */
|
||||
volatile ssize_t aio_result; /* Support for aio_error() and aio_return() */
|
||||
FAR void *aio_priv; /* Used by signal handlers */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user