From cdc56bcf37b9b8e627dca8fb357011a14a044fcd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 24 Oct 2022 10:10:55 +0800 Subject: [PATCH] 1 --- server/gameserver/matchpool.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/gameserver/matchpool.h b/server/gameserver/matchpool.h index 5c57f6f4..10a9190d 100644 --- a/server/gameserver/matchpool.h +++ b/server/gameserver/matchpool.h @@ -32,4 +32,8 @@ private: a8::TimerAttacher timer_attacher_; std::map team_hash_; std::map> socket_hash_; + + std::vector matching_list_; + std::vector matchok_list_; + };