summaryrefslogtreecommitdiff
path: root/src/liburing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/liburing.h')
-rw-r--r--src/liburing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/liburing.h b/src/liburing.h
index df01040..db9758d 100644
--- a/src/liburing.h
+++ b/src/liburing.h
@@ -30,6 +30,7 @@ struct io_uring_sq {
unsigned sqe_tail;
size_t ring_sz;
+ void *ring_ptr;
};
struct io_uring_cq {
@@ -41,6 +42,7 @@ struct io_uring_cq {
struct io_uring_cqe *cqes;
size_t ring_sz;
+ void *ring_ptr;
};
struct io_uring {