summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server.h b/server.h
index 223c837..ff4c28e 100644
--- a/server.h
+++ b/server.h
@@ -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;