summaryrefslogtreecommitdiff
path: root/uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'uring.h')
-rw-r--r--uring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uring.h b/uring.h
index a851a73..fdabf68 100644
--- a/uring.h
+++ b/uring.h
@@ -27,6 +27,9 @@ void uring_read(struct cfg *cfg, struct uring_task *task, void *buf,
void uring_openat(struct cfg *cfg, struct uring_task *task, const char *path,
callback_t callback);
+void uring_sendmsg(struct cfg *cfg, struct uring_task *task, struct msghdr *msg,
+ callback_t callback);
+
void uring_connect(struct cfg *cfg, struct uring_task *task,
struct sockaddr_in46 *addr, callback_t callback);