summaryrefslogtreecommitdiff
path: root/uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'uring.h')
-rw-r--r--uring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uring.h b/uring.h
index 9f686b3..9c33104 100644
--- a/uring.h
+++ b/uring.h
@@ -56,6 +56,8 @@ void uring_connect(struct uring_task *task, struct saddr *saddr, utask_cb_t cb);
void uring_accept(struct uring_task *task, struct saddr *saddr, utask_cb_t cb);
+void uring_splice(struct uring_task *task, int fd_in, int fd_out, utask_cb_t cb);
+
void uring_poll(struct uring_task *task, short poll_mask, utask_cb_t cb);
void uring_poll_cancel(struct uring_task *task);