diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-24 18:16:34 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-24 18:48:40 +0300 |
commit | 34a1ed43d2baff7d536451887b2f9744d30dfd43 (patch) | |
tree | a009ca071243115b8b2591344116aa6dda5a684c | |
parent | a382d2493c36d0cb4e70e262e79ba581ea18583b (diff) | |
download | ydb-34a1ed43d2baff7d536451887b2f9744d30dfd43.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/library/tvm/service/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/library/tvm/service/config.h b/yt/yt/library/tvm/service/config.h index 9f3c8b5af6..6a27a2b7eb 100644 --- a/yt/yt/library/tvm/service/config.h +++ b/yt/yt/library/tvm/service/config.h @@ -35,7 +35,7 @@ public: //! Path to TVM secret. Used if ClientSelfSecret is unset. std::optional<TString> ClientSelfSecretPath; - THashMap<TString, ui32> ClientDstMap; + THashMap<TString, TTvmId> ClientDstMap; bool ClientEnableServiceTicketChecking = false; |