struct Sqe

Defined at line 51 of file ../../src/starnix/tests/syscalls/cpp/io_uring_helper.h

The sysroot that is used to build tests does not have an up-to-date definition of the

io_uring_sqe struct. Specifically, it is missing the personality field, so we use this local

definition derived from the following man page:

https://man7.org/linux/man-pages/man7/io_uring.7.html

Public Members

__u8 opcode
__u8 flags
__u16 ioprio
__s32 fd
 
 
__u32 len
 
__u64 user_data
 
__u16 personality
 
 

Records