Sync io_uring.h with the kernel

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2019-02-10 09:36:24 -07:00
parent 520efcd606
commit f62fdcd852

View File

@@ -92,7 +92,8 @@ struct io_sqring_offsets {
__u32 flags; __u32 flags;
__u32 dropped; __u32 dropped;
__u32 array; __u32 array;
__u32 resv[3]; __u32 resv1;
__u64 resv2;
}; };
/* /*
@@ -107,7 +108,7 @@ struct io_cqring_offsets {
__u32 ring_entries; __u32 ring_entries;
__u32 overflow; __u32 overflow;
__u32 cqes; __u32 cqes;
__u32 resv[4]; __u64 resv[2];
}; };
/* /*