io_uring_probe_op

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_op {
ubyte op;
ubyte resv;
uint resv2;
}

Members

Variables

flags
ushort flags;

IO_URING_OP_* flags

Meta