diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-02-10 09:36:24 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-02-10 09:36:24 -0700 |
commit | f62fdcd85274af3cf7c58725082ad93948b5a5f0 (patch) | |
tree | b7d1c2e3344c139d72aa43bd6fe73851e17309ff /src | |
parent | 520efcd606bce3071379cafef379e9db2ac6682e (diff) |
Sync io_uring.h with the kernel
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src')
-rw-r--r-- | src/io_uring.h | 5 |
1 files 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]; }; /* |