Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Fischer
emper
Commits
4b1304e0
Commit
4b1304e0
authored
2 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
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
2 years ago
Stage: smoke-test
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
emper/io/Future.cpp
+1
-1
1 addition, 1 deletion
emper/io/Future.cpp
subprojects/liburing.wrap
+10
-3
10 additions, 3 deletions
subprojects/liburing.wrap
with
11 additions
and
4 deletions
emper/io/Future.cpp
+
1
−
1
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
);
}
...
...
This diff is collapsed.
Click to expand it.
subprojects/liburing.wrap
+
10
−
3
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment