summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/client_method_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'yt/cpp/mapreduce/interface/client_method_options.h')
-rw-r--r--yt/cpp/mapreduce/interface/client_method_options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h
index 6812719b470..9bfb79753dd 100644
--- a/yt/cpp/mapreduce/interface/client_method_options.h
+++ b/yt/cpp/mapreduce/interface/client_method_options.h
@@ -1484,6 +1484,9 @@ struct TSkyShareTableOptions
/// @brief Allow skynet manager to return fastbone links to skynet. See YT-11437
FLUENT_FIELD_OPTION(bool, EnableFastbone);
+
+ /// @brief Custom pool.
+ FLUENT_FIELD_OPTION(TString, Pool);
};
////////////////////////////////////////////////////////////////////////////////