MCPcopy Create free account
hub / github.com/catboost/catboost / TQueuedSend

Class TQueuedSend

library/cpp/netliba/v12/ib_cs.cpp:148–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147 };
148 struct TQueuedSend {
149 TGUID PacketGuid;
150 TIBMsgHandle MsgHandle;
151 TIntrusivePtr<TIBMemBlock> MemBlock;
152 ui64 RemoteAddr;
153 ui32 RemoteKey;
154
155 TQueuedSend() {
156 }
157 TQueuedSend(const TGUID& packetGuid, TIBMsgHandle msgHandle)
158 : PacketGuid(packetGuid)
159 , MsgHandle(msgHandle)
160 , RemoteAddr(0)
161 , RemoteKey(0)
162 {
163 }
164 };
165 struct TQueuedRecv {
166 TGUID PacketGuid, ConnectionGuid;
167 TIntrusivePtr<TIBMemBlock> Data;

Callers 1

StartSendMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected