summaryrefslogtreecommitdiff
path: root/nuttx/include/aio.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-05 06:53:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-05 06:53:56 -0600
commitf5806709544bedc0821f8c5c8c60cfc61e256f07 (patch)
tree1ec05eb6d567ad5b3a91bd0f8a26fd994318e7c9 /nuttx/include/aio.h
parent8b23716e9ace244a83f636cbafe6a51ed054af15 (diff)
downloadpx4-nuttx-f5806709544bedc0821f8c5c8c60cfc61e256f07.tar.gz
px4-nuttx-f5806709544bedc0821f8c5c8c60cfc61e256f07.tar.bz2
px4-nuttx-f5806709544bedc0821f8c5c8c60cfc61e256f07.zip
Move AIO signal logic to a common location in aio_signal.c. Also fix several typos
Diffstat (limited to 'nuttx/include/aio.h')
-rw-r--r--nuttx/include/aio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/include/aio.h b/nuttx/include/aio.h
index 61965789e..0e0d18994 100644
--- a/nuttx/include/aio.h
+++ b/nuttx/include/aio.h
@@ -137,7 +137,9 @@ struct aiocb
int aio_reqprio; /* Request priority offset */
int aio_lio_opcode; /* Operation to be performed */
- /* Non-standard, implementation-dependent data */
+ /* Non-standard, implementation-dependent data. For portability reasons,
+ * 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 */