We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56d656 commit 8160aadCopy full SHA for 8160aad
ydb/library/actors/interconnect/rdma/dummy.cpp
@@ -37,6 +37,7 @@ THandshakeData TQueuePair::GetHandshakeData() const noexcept {
37
38
namespace NLinkMgr {
39
TRdmaCtx* GetCtx(NInterconnect::TAddress const&) { return nullptr; }
40
+ bool Init() { return false; }
41
}
42
43
0 commit comments