| 438 | } |
| 439 | |
| 440 | void TRemoteQueryProcessor::ReplyCallbackImpl(TAutoPtr<TNetworkResponse> response) { |
| 441 | CHROMIUM_TRACE_FUNCTION(); |
| 442 | PAR_DEBUG_LOG << "At " << Requester->GetHostAndPort() << " Got reply for redId " << GetGuidAsString(response->ReqId) << Endl; |
| 443 | NetworkEventsQueue.Enqueue(TNetworkEvent(response.Release())); |
| 444 | NetworkEvent.Signal(); |
| 445 | } |
| 446 | |
| 447 | TRemoteQueryProcessor::TRemoteQueryProcessor() |
| 448 | : InitCmd(new TInitCmd) |
nothing calls this directly
no test coverage detected