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

use liburing 2.2 wrap file provided via meson wrapdb

parent 8b22d4a5
No related branches found
No related tags found
No related merge requests found
Pipeline #85308 failed
......@@ -191,7 +191,7 @@ void CancelWrapper::prepareSqeInternal(struct io_uring_sqe* sqe) {
if constexpr (!emper::IO_SINGLE_URING) {
assert(future.submitter == IoContext::workerIo);
}
uint64_t user_data = IoContext::createFutureTag(future);
void* user_data = IoContext::createFutureTag(future);
io_uring_prep_cancel(sqe, user_data, 0);
}
......
[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