Add a AIO control container to increase the payload with OS internal stuff.

This commit is contained in:
Gregory Nutt
2014-10-06 08:10:02 -06:00
parent 87eb1d47ed
commit 52ce95b8b8
6 changed files with 548 additions and 6 deletions
-2
View File
@@ -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 */
};