commit 11489bb04f82cf91e23bd1980fb4cf49b5a6fc54 (tree)
parent 4df7f7c86a0a105b5d3764121f259a39487a6c8a
Author: Kai Jellinghaus <contact@kaij.tech>
Date: Wed, 4 Oct 2023 11:18:14 +0200
Update IORING_OP to reflect upstream (#17388)
Reference [upstream io_uring.h](https://github.com/torvalds/linux/blob/cbf3a2cb156a2c911d8f38d8247814b4c07f49a2/include/uapi/linux/io_uring.h#L234)
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/lib/std/os/linux.zig b/lib/std/os/linux.zig
@@ -3882,6 +3882,15 @@ pub const IORING_OP = enum(u8) {
MKDIRAT,
SYMLINKAT,
LINKAT,
+ MSG_RING,
+ FSETXATTR,
+ SETXATTR,
+ FGETXATTR,
+ GETXATTR,
+ SOCKET,
+ URING_CMD,
+ SEND_ZC,
+ SENDMSG_ZC,
_,
};