diff options
Diffstat (limited to 'server.h')
-rw-r--r-- | server.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,8 +53,10 @@ struct server { char *systemd_obj; /* For rcon connections */ - struct rcon *rcon; char *rcon_password; + struct connection rcon_conn; + struct uring_task rcon_task; + struct uring_task_buf rcon_tbuf; /* For announce messages */ struct uring_task ann_task; |