From e5d833027f7fcdef4d77d26b31b5907873331d0e Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 10:23:30 +0200 Subject: Add msghdr and iovec to task buffers --- uring.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'uring.h') diff --git a/uring.h b/uring.h index 680684a..b4160d8 100644 --- a/uring.h +++ b/uring.h @@ -51,8 +51,7 @@ uring_read(struct cfg *cfg, struct uring_task *task, void *buf, size_t len, call 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_tbuf_sendmsg(struct cfg *cfg, struct uring_task *task, callback_t callback); void uring_connect(struct cfg *cfg, struct uring_task *task, struct sockaddr_in46 *addr, callback_t callback); -- cgit v1.2.3