diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-07-18 14:04:56 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-07-18 14:04:56 +0300 |
commit | e6faf2d02c5150afa1653e6232678b23b68fe534 (patch) | |
tree | 1c4c68662b38947880e788869399acd1a202d106 /library/cpp/netliba/v6/ib_low.cpp | |
parent | 8c8a4c1d7d49f7f55e2d3b30f638b53b7c890273 (diff) | |
download | ydb-e6faf2d02c5150afa1653e6232678b23b68fe534.tar.gz |
Allow using ibdrv interface in opensource apps
Diffstat (limited to 'library/cpp/netliba/v6/ib_low.cpp')
-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 455a5f3512..4dff3ac5cd 100644 --- a/library/cpp/netliba/v6/ib_low.cpp +++ b/library/cpp/netliba/v6/ib_low.cpp @@ -8,7 +8,7 @@ namespace NNetliba { EnableROCEFlag = f; } -#if defined _linux_ && !defined CATBOOST_OPENSOURCE +#if defined(_linux_) static TMutex IBPortMutex; static TIntrusivePtr<TIBPort> IBPort; static bool IBWasInitialized; |