From 71dbc38bded6bb95ef3da39caaeb56d8f61fa008 Mon Sep 17 00:00:00 2001 From: hiddenpath Date: Wed, 2 Apr 2025 02:02:00 +0300 Subject: Change UnixDomainSocket option into boolean commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff --- yt/cpp/mapreduce/interface/client_method_options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yt/cpp/mapreduce/interface/client_method_options.h') diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h index 866f900571d..d8024a7e735 100644 --- a/yt/cpp/mapreduce/interface/client_method_options.h +++ b/yt/cpp/mapreduce/interface/client_method_options.h @@ -1119,9 +1119,9 @@ struct TCreateClientOptions /// @brief Proxy Address to be used for connection FLUENT_FIELD_OPTION(TString, ProxyAddress); - /// @brief Specifies the Unix socket used for connection, - /// typically when the RPC proxy is enabled within the job proxy. - FLUENT_FIELD_OPTION(TString, ProxyUnixDomainSocket); + /// @brief Use unix domain socket for connection. + /// Typically you will need this option when the RPC proxy is enabled within the job proxy. + FLUENT_FIELD_DEFAULT(bool, UseProxyUnixDomainSocket, false); }; /// -- cgit v1.3