handle one 6x63 data race

This commit is contained in:
Martin Michelsen
2024-07-06 09:54:01 -07:00
parent c58b37be23
commit 21c8bab91c
4 changed files with 54 additions and 24 deletions
+1 -2
View File
@@ -91,8 +91,7 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
SERVER_DUPLICATE = 4,
};
std::weak_ptr<ServerState>
server_state;
std::weak_ptr<ServerState> server_state;
PrefixedLogger log;
uint32_t lobby_id;