Fleshes out aio_read implementation

This commit is contained in:
Gregory Nutt
2014-10-04 14:44:57 -06:00
parent d7a46c05e7
commit fa28c51c75
2 changed files with 53 additions and 2 deletions
+3 -1
View File
@@ -133,7 +133,9 @@ struct aiocb
/* Non-standard, implementation-dependent data */
struct work_s aio_work; /* Use to defer I/O to the work thread */
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 */
ssize_t aio_result; /* Support aio_error() and aio_return() */
};
/****************************************************************************