summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 10:00:42 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 10:00:42 +0200
commitbbe3648e2108393f3132ede777c19e00a9d5a547 (patch)
treed3725dd6873628bcc053d8aacec1854640ec5a29 /main.h
parentac2754e0eb9862081e00e5ae886783db08541944 (diff)
Add an address to task
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index dbca512..d2efe9f 100644
--- a/main.h
+++ b/main.h
@@ -44,6 +44,7 @@ struct uring_task {
callback_t callback;
rcallback_t complete_callback; /* to check if tbuf processing is done */
callback_t final_callback; /* once tbuf processing is done */
+ struct sockaddr_in46 addr; /* used for recvmsg/sendmsg */
void *priv;
};