| 531 | } |
| 532 | |
| 533 | IOURINGINLINE void *io_uring_cqe_get_data(const struct io_uring_cqe *cqe) |
| 534 | LIBURING_NOEXCEPT |
| 535 | { |
| 536 | return (void *) (uintptr_t) cqe->user_data; |
| 537 | } |
| 538 | |
| 539 | /* |
| 540 | * Assign a 64-bit value to this sqe, which can get retrieved at completion |
no outgoing calls