[][src]Module nc::aio_abi

Structs

io_event_t

read() from /dev/aio returns these structures.

iocb_t

we always use a 64bit off_t when communicating with userland. its up to libraries to do the proper padding and aio_error abstraction

Constants

IOCB_CMD_FDSYNC
IOCB_CMD_FSYNC
IOCB_CMD_NOOP
IOCB_CMD_POLL
IOCB_CMD_PREAD
IOCB_CMD_PREADV
IOCB_CMD_PWRITE
IOCB_CMD_PWRITEV
IOCB_FLAG_IOPRIO
IOCB_FLAG_RESFD

Valid flags for the "aio_flags" member of the "struct iocb". IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb" is valid. IOCB_FLAG_IOPRIO - Set if the "aio_reqprio" member of the "struct iocb" is valid.

Type Definitions

aio_context_t