1
This commit is contained in:
parent
6c1441cd8f
commit
4c31f2a711
@ -96,13 +96,7 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr,
|
||||
std::shared_ptr<Master> svr = GetConnById(code % mastersvr_hash_.size() + 1);
|
||||
if (svr) {
|
||||
++curr_context_id_;
|
||||
#if 0
|
||||
a8::TimerAttacher* timer_attacher = new a8::TimerAttacher();
|
||||
#endif
|
||||
f8::MsgHdr* new_hdr = hdr.Clone();
|
||||
#if 0
|
||||
new_hdr->user_data = timer_attacher;
|
||||
#endif
|
||||
|
||||
ss::SS_WSP_RequestTargetServer msg;
|
||||
msg.set_context_id(curr_context_id_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user