Skip to content

Commit af4768c

Browse files
committed
[ICRDMA] Add missed dummy Init() rdma impl (#28634)
1 parent d1c0abc commit af4768c

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)