summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/http/context.h
diff options
context:
space:
mode:
authorhiddenpath <[email protected]>2025-04-02 02:02:00 +0300
committerhiddenpath <[email protected]>2025-04-02 02:16:52 +0300
commit71dbc38bded6bb95ef3da39caaeb56d8f61fa008 (patch)
tree4f6b4f7c68acdd83b0f024067829c0a0f564640d /yt/cpp/mapreduce/http/context.h
parent4157756a3454887710fee0613e550ea1d3051f2c (diff)
Change UnixDomainSocket option into boolean
commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
Diffstat (limited to 'yt/cpp/mapreduce/http/context.h')
-rw-r--r--yt/cpp/mapreduce/http/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/http/context.h b/yt/cpp/mapreduce/http/context.h
index 0601b495f10..85bed9a030a 100644
--- a/yt/cpp/mapreduce/http/context.h
+++ b/yt/cpp/mapreduce/http/context.h
@@ -23,7 +23,7 @@ struct TClientContext
TConfigPtr Config = TConfig::Get();
TMaybe<TString> ProxyAddress;
TMaybe<TString> RpcProxyRole;
- TMaybe<TString> ProxyUnixDomainSocket;
+ bool UseProxyUnixDomainSocket = false;
};
bool operator==(const TClientContext& lhs, const TClientContext& rhs);