summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 10:23:30 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 10:23:30 +0200
commite5d833027f7fcdef4d77d26b31b5907873331d0e (patch)
tree5526ba7c848000691b98fb4a773b23f58a1a8a7e /server.h
parentbbe3648e2108393f3132ede777c19e00a9d5a547 (diff)
Add msghdr and iovec to task buffers
Diffstat (limited to 'server.h')
-rw-r--r--server.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/server.h b/server.h
index fbaa3fa..0a4eb9d 100644
--- a/server.h
+++ b/server.h
@@ -48,9 +48,7 @@ struct server {
char *rcon_password;
/* For announce messages */
- struct iovec mcast_iov;
- struct msghdr mcast_msg;
- char mcast_buf[4096];
+ struct uring_task_buf mcast_buf;
/* For checking idle status */
struct idle *idle;