aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcapone212 <capone212@yandex-team.com>2024-08-29 13:31:34 +0300
committercapone212 <capone212@yandex-team.com>2024-08-29 13:44:13 +0300
commit726843de720808dcea72aa9cc50274a6965ffe8f (patch)
tree369591e8d09b12bee03981b54dfb484c3e9e461b
parentf181fa1168fda856684f3f65af40cce7255936b4 (diff)
downloadydb-726843de720808dcea72aa9cc50274a6965ffe8f.tar.gz
YT-21906: Snapshots accounting in network throttlers
3ddfbca421ccbd9a1c8480a22ccb9019833c4f62
-rw-r--r--yt/yt/client/api/file_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/api/file_client.h b/yt/yt/client/api/file_client.h
index 52c03c1f02..2eaae685fb 100644
--- a/yt/yt/client/api/file_client.h
+++ b/yt/yt/client/api/file_client.h
@@ -23,6 +23,7 @@ struct TFileWriterOptions
{
bool ComputeMD5 = false;
TFileWriterConfigPtr Config;
+ NConcurrency::IThroughputThrottlerPtr Throttler;
};
struct TGetFileFromCacheOptions