implemented CommonQueries
This commit is contained in:
@@ -21,10 +21,10 @@ typedef struct ServerConnection {
|
||||
Array(u8) token;
|
||||
Array(u8) session_key;
|
||||
EncryptedSocketTCP sock;
|
||||
u64 session_id;
|
||||
i64 session_id;
|
||||
str server_name;
|
||||
str server_description;
|
||||
u64 user_id;
|
||||
i64 user_id;
|
||||
} ServerConnection;
|
||||
|
||||
/// @param server_addr_cstr
|
||||
|
||||
Reference in New Issue
Block a user