aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp
diff options
context:
space:
mode:
authorandreizdor <andreizdor@yandex-team.com>2024-07-18 15:33:48 +0300
committerandreizdor <andreizdor@yandex-team.com>2024-07-18 15:45:59 +0300
commit4f7c2f8410f1629c088c8d6a2192e1ca0221ad63 (patch)
treed5511d9d4a4a3d7786d0820fce0db88a77b3a57e /yt/cpp
parentf1861cb753c1fe9cb3bdf6b4018f0d27a6a18fcf (diff)
downloadydb-4f7c2f8410f1629c088c8d6a2192e1ca0221ad63.tar.gz
[YT C++ API] Add NT_CHAOS_TABLE_REPLICA to ENodeType
ed1b1d78b17f3dd0512331892ee1c56247fb792f
Diffstat (limited to 'yt/cpp')
-rw-r--r--yt/cpp/mapreduce/interface/client_method_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h
index e44f50d1f6..6812719b47 100644
--- a/yt/cpp/mapreduce/interface/client_method_options.h
+++ b/yt/cpp/mapreduce/interface/client_method_options.h
@@ -37,6 +37,7 @@ enum ENodeType : int
NT_LINK /* "link" */,
NT_GROUP /* "group" */,
NT_PORTAL /* "portal_entrance" */,
+ NT_CHAOS_TABLE_REPLICA /* "chaos_table_replica" */,
};
///