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 fbae4443..909b59d7 100644 --- a/src/sys/aio.rs +++ b/src/sys/aio.rs @@ -98,6 +98,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` |