Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
4lDO2
rfcs
Commits
7a1b8330
Verified
Commit
7a1b8330
authored
Feb 02, 2021
by
4lDO2
🖖
Browse files
Document additional{1,2}.
parent
dfee1e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
text/0000-io_uring.md
View file @
7a1b8330
...
...
@@ -133,8 +133,10 @@ pub struct SqEntry64 {
pub
addr
:
u64
,
// for syscalls taking an offset, this specifies that that offset
pub
offset
:
u64
,
// reserved for future use and must be zero
pub
_rsvd
:
[
u64
;
2
],
// two additional fields to pad the struct to 64 bytes
pub
additional1
:
u64
,
// these are only used for certain syscalls
pub
additional2
:
u64
,
}
// 32 bytes long
...
...
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