io_sqring_offsets

Filled with the offset for mmap(2)

version(linux)
extern (C) @nogc nothrow
struct io_sqring_offsets {
uint head;
uint tail;
uint ring_mask;
uint ring_entries;
uint flags;
uint dropped;
uint array;
uint resv1;
ulong resv2;
}

Meta