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 dedf25c commit b5ca96bCopy full SHA for b5ca96b
ydb/library/actors/interconnect/rdma/dummy.cpp
@@ -31,6 +31,16 @@ ui32 TQueuePair::GetQpNum() const noexcept { return 0; }
31
32
int TQueuePair::ToRtsState(const THandshakeData&) noexcept { return 0; }
33
34
+bool TQueuePair::IsRtsState(TQueuePair::TQpS) { return false; }
35
+
36
+TQueuePair::TQpState TQueuePair::GetState(bool /*forseUpdate*/) const noexcept {
37
+ return TQpErr { .Err = 22 };
38
+}
39
40
+int TQueuePair::ToErrorState() noexcept {
41
+ return -1;
42
43
44
THandshakeData TQueuePair::GetHandshakeData() const noexcept {
45
return THandshakeData {0, 0, 0, 0};
46
}
0 commit comments