This commit is contained in:
aozhiwei 2022-10-24 10:10:55 +08:00
parent 663bcec87c
commit cdc56bcf37

View File

@ -32,4 +32,8 @@ private:
a8::TimerAttacher timer_attacher_; a8::TimerAttacher timer_attacher_;
std::map<std::string, MatchTeam*> team_hash_; std::map<std::string, MatchTeam*> team_hash_;
std::map<int, std::tuple<std::string, MatchTeam*>> socket_hash_; std::map<int, std::tuple<std::string, MatchTeam*>> socket_hash_;
std::vector<MatchTeam*> matching_list_;
std::vector<MatchTeam*> matchok_list_;
}; };