The OpenD Programming Language

io_uring_probe

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (C) @nogc nothrow
struct io_uring_probe {
ushort resv;
uint[3] resv2;
io_uring_probe_op[0] ops;
}

Members

Variables

last_op
ubyte last_op;

last opcode supported

ops_len
ubyte ops_len;

length of ops[] array below

Meta