enum IORING_MSG_RING_COMMAND [src]
IORING_OP_MSG_RING command types, stored in sqe->addr
Fields
DATApass sqe->len as 'res' and off as user_data
SEND_FDsend a registered fd to another ring
Source
pub const IORING_MSG_RING_COMMAND = enum(u8) {
/// pass sqe->len as 'res' and off as user_data
DATA,
/// send a registered fd to another ring
SEND_FD,
}