diff options
Diffstat (limited to 'src/sys/aio.rs')
-rw-r--r-- | src/sys/aio.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/aio.rs b/src/sys/aio.rs index 6166467c..014ef673 100644 --- a/src/sys/aio.rs +++ b/src/sys/aio.rs @@ -97,6 +97,7 @@ impl<'a> AioCb<'a> { /// Constructs a new `AioCb` with no associated buffer. /// /// The resulting `AioCb` structure is suitable for use with `AioCb::fsync`. + /// /// * `fd` File descriptor. Required for all aio functions. /// * `prio` If POSIX Prioritized IO is supported, then the operation will /// be prioritized at the process's priority level minus `prio` |