This commit is contained in:
azw 2023-04-09 12:33:01 +00:00
parent b1bd720df0
commit 48fffc757d

View File

@ -40,7 +40,6 @@ class MasterMgr : public a8::Singleton<MasterMgr>
std::shared_ptr<Master> GetConnById(int instance_id);
private:
int target_conn_id_ = 100;
long long curr_context_id_ = 0;
std::map<int, std::shared_ptr<Master>> mastersvr_hash_;
std::map<int, long long> pending_socket_hash_;