Skip to content

Commit 8160aad

Browse files
authored
[ICRDMA] Add missed dummy Init() rdma impl (#28634)
1 parent a56d656 commit 8160aad

File tree

1 file changed

+1
-0
lines changed
  • ydb/library/actors/interconnect/rdma

1 file changed

+1
-0
lines changed

ydb/library/actors/interconnect/rdma/dummy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ THandshakeData TQueuePair::GetHandshakeData() const noexcept {
3737

3838
namespace NLinkMgr {
3939
TRdmaCtx* GetCtx(NInterconnect::TAddress const&) { return nullptr; }
40+
bool Init() { return false; }
4041
}
4142

4243
}

0 commit comments

Comments
 (0)