From f62fdcd85274af3cf7c58725082ad93948b5a5f0 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 10 Feb 2019 09:36:24 -0700 Subject: Sync io_uring.h with the kernel Signed-off-by: Jens Axboe --- src/io_uring.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/io_uring.h b/src/io_uring.h index 6782e4e..24906e9 100644 --- a/src/io_uring.h +++ b/src/io_uring.h @@ -92,7 +92,8 @@ struct io_sqring_offsets { __u32 flags; __u32 dropped; __u32 array; - __u32 resv[3]; + __u32 resv1; + __u64 resv2; }; /* @@ -107,7 +108,7 @@ struct io_cqring_offsets { __u32 ring_entries; __u32 overflow; __u32 cqes; - __u32 resv[4]; + __u64 resv[2]; }; /* -- cgit