1
This commit is contained in:
parent
0ff0ffc565
commit
a63c82b677
@ -121,6 +121,8 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr,
|
|||||||
auto req = std::make_shared<RequestTarget>();
|
auto req = std::make_shared<RequestTarget>();
|
||||||
req->context_id = curr_context_id_;
|
req->context_id = curr_context_id_;
|
||||||
req->socket_handle = hdr.socket_handle;
|
req->socket_handle = hdr.socket_handle;
|
||||||
|
req->account_id = account_id;
|
||||||
|
req->req_tick = a8::XGetTickCount();
|
||||||
req->hdr_copy = hdr.Clone();
|
req->hdr_copy = hdr.Clone();
|
||||||
|
|
||||||
ss::SS_WSP_RequestTargetServer msg;
|
ss::SS_WSP_RequestTargetServer msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user