Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Fischer
emper
Commits
4b1304e0
Commit
4b1304e0
authored
Jun 27, 2022
by
Florian Fischer
Browse files
use liburing 2.2 wrap file provided via meson wrapdb
parent
8b22d4a5
Pipeline
#85308
failed with stages
in 32 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
emper/io/Future.cpp
View file @
4b1304e0
...
...
@@ -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
);
}
...
...
subprojects/liburing.wrap
View file @
4b1304e0
[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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment