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 ca854b6..d3fcd15 100644
--- a/src/liburing.h
+++ b/src/liburing.h
@@ -84,6 +84,8 @@ extern int io_uring_unregister_buffers(struct io_uring *ring);
extern int io_uring_register_files(struct io_uring *ring, const int *files,
unsigned nr_files);
extern int io_uring_unregister_files(struct io_uring *ring);
+extern int io_uring_register_eventfd(struct io_uring *ring, int fd);
+extern int io_uring_unregister_eventfd(struct io_uring *ring);
#define io_uring_for_each_cqe(ring, head, cqe) \
for (head = *(ring)->cq.khead; \