IORING_CQE_F_BUFFER

If set, the upper 16 bits are the buffer ID

version(linux)
extern (C) @nogc nothrow
enum IORING_CQE_F_BUFFER = 1U << 0;

Meta