mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-19 18:54:12 -04:00
Merge branch 'documentation-io_uring_get_sqe' of https://github.com/ioquatix/liburing
* 'documentation-io_uring_get_sqe' of https://github.com/ioquatix/liburing: Clarify that user_data is neither set nor cleared
This commit is contained in:
@@ -32,9 +32,11 @@ prep functions such as
|
||||
and submitted via
|
||||
.BR io_uring_submit (3).
|
||||
|
||||
Note that the prep functions don't set the
|
||||
Note that neither
|
||||
.BR io_uring_get_sqe
|
||||
nor the prep functions set (or clear) the
|
||||
.B user_data
|
||||
field of the SQE, that is left to the caller. If the caller expects
|
||||
field of the SQE. If the caller expects
|
||||
.BR io_uring_cqe_get_data (3)
|
||||
or
|
||||
.BR io_uring_cqe_get_data64 (3)
|
||||
|
||||
Reference in New Issue
Block a user