diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-03-21 11:06:35 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-03-21 11:16:31 +0300 |
commit | 9ba31c6b407453a9514a2f36ce38cc980041e646 (patch) | |
tree | 529124b4f32f00dc9177f7e520c7f395e3ea5931 /library/cpp/netliba/v6 | |
parent | 61006e38749056462c2892e2b067106c222e4a21 (diff) | |
download | ydb-9ba31c6b407453a9514a2f36ce38cc980041e646.tar.gz |
Intermediate changes
commit_hash:4fb5f2c622a5d9fe2d8d9e2a63b75b6cba7f2bb2
Diffstat (limited to 'library/cpp/netliba/v6')
-rw-r--r-- | library/cpp/netliba/v6/ib_low.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/netliba/v6/ib_low.cpp b/library/cpp/netliba/v6/ib_low.cpp index 99d77d593f1..fca97353d25 100644 --- a/library/cpp/netliba/v6/ib_low.cpp +++ b/library/cpp/netliba/v6/ib_low.cpp @@ -33,7 +33,7 @@ namespace NNetliba { TIntrusivePtr<TIBContext> ctx; TIntrusivePtr<TIBPort> resPort; - int numDevices; + int numDevices{0}; ibv_device** deviceList = ibv_get_device_list(&numDevices); //for (int i = 0; i < numDevices; ++i) { // ibv_device *dev = deviceList[i]; |