You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io_uring_register and io_uring_register_with take an arg: *const c_void, however when opcode is IoringRegisterOp::RegisterRingFds, the system call mutates the offset field of the pointed-to io_uring_rsrc_update.
io_uring_registerandio_uring_register_withtake anarg: *const c_void, however whenopcodeisIoringRegisterOp::RegisterRingFds, the system call mutates theoffsetfield of the pointed-toio_uring_rsrc_update.