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 --- server.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'server.h') 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; -- cgit v1.2.3