diff options
Diffstat (limited to 'src/liburing.h')
-rw-r--r-- | src/liburing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liburing.h b/src/liburing.h index 2651b3d..ccefc40 100644 --- a/src/liburing.h +++ b/src/liburing.h @@ -46,6 +46,7 @@ struct io_uring_cq { struct io_uring { struct io_uring_sq sq; struct io_uring_cq cq; + unsigned flags; int ring_fd; }; |