This commit is contained in:
aozhiwei 2022-10-24 15:36:11 +08:00
parent 05c49a1c6d
commit f36a675aac

View File

@ -34,8 +34,8 @@ private:
a8::TimerAttacher timer_attacher_; a8::TimerAttacher timer_attacher_;
std::map<std::string, MatchTeamNew*> team_hash_; std::map<std::string, MatchTeamNew*> team_hash_;
std::map<int, std::tuple<std::string, MatchTeamNew*>> socket_hash_; std::map<int, std::tuple<std::string, MatchTeamNew*>> socket_hash_;
std::map<long long, std::shared_ptr<TeamGroup>> group_hash_;
std::map<long long, std::shared_ptr<TeamGroup>> matching_list_; std::map<long long, std::shared_ptr<TeamGroup>> matching_list_;
std::map<long long, std::shared_ptr<TeamGroup>> matchok_list_; std::map<long long, std::shared_ptr<TeamGroup>> matchok_list_;
}; };