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

Class TCompleteInfo

library/cpp/netliba/v6/ib_cs.cpp:109–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107#pragma pack()
108
109 struct TCompleteInfo {
110 enum {
111 CI_DATA_TINY,
112 CI_RDMA_COMPLETE,
113 CI_DATA_SENT,
114 CI_KEEP_ALIVE,
115 CI_IGNORE,
116 };
117 int Type;
118 int BufId;
119 TIBMsgHandle MsgHandle;
120
121 TCompleteInfo(int t, int bufId, TIBMsgHandle msg)
122 : Type(t)
123 , BufId(bufId)
124 , MsgHandle(msg)
125 {
126 }
127 };
128 struct TPendingQueuedSend {
129 TGUID PacketGuid;
130 TIBMsgHandle MsgHandle;

Callers 2

PostRDMAMethod · 0.70
PostSendMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected