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 --- main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.h') diff --git a/main.h b/main.h index d2efe9f..23be852 100644 --- a/main.h +++ b/main.h @@ -31,6 +31,8 @@ struct uring_task_buf { char buf[4096]; size_t len; size_t done; + struct iovec iov; + struct msghdr msg; }; struct uring_task { -- cgit v1.2.3