summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
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;