summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 2 insertions, 0 deletions
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 {