Skip to content
Snippets Groups Projects
Commit a95676bb authored by Florian Fischer's avatar Florian Fischer
Browse files

use liburing 2.2 wrap file provided via meson wrapdb

parent 05892d39
No related branches found
No related tags found
1 merge request!405use liburing 2.2 wrap file provided via meson wrapdb
......@@ -192,7 +192,7 @@ void CancelWrapper::prepareSqeInternal(struct io_uring_sqe* sqe) {
assert(future.submitter == IoContext::workerIo);
}
uint64_t user_data = IoContext::createFutureTag(future);
io_uring_prep_cancel(sqe, user_data, 0);
io_uring_prep_cancel64(sqe, user_data, 0);
}
void Future::completeSynchronously() {
......
[wrap-git]
url=https://github.com/fischerling/liburing.git
revision=7cef94c598c9137b8d98e2d361f0e6ed1e869919
[wrap-file]
directory = liburing-liburing-2.2
source_url = https://github.com/axboe/liburing/archive/refs/tags/liburing-2.2.tar.gz
source_filename = liburing-2.2.tar.gz
source_hash = e092624af6aa244ade2d52181cc07751ac5caba2f3d63e9240790db9ed130bbc
patch_filename = liburing_2.2-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/liburing_2.2-1/get_patch
patch_hash = 43fed02db27c38647500e859e3a42bf91585e7fbea37999bf50337cc46c7de26
wrapdb_version = 2.2-1
[provide]
uring = uring
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment