summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksei Borzenkov <[email protected]>2022-06-09 19:48:13 +0300
committerAleksei Borzenkov <[email protected]>2022-06-09 19:48:13 +0300
commita4ed292978685178afa68a53ca08075692768e01 (patch)
treec3596d0ede763b185bba9e8600301359a58e368c
parentc96eeed060886a8efaa5960650acd87f69cddcf8 (diff)
Register new icb options in cms, KIKIMR-15059
ref:f503e721ee102d67a30d70209074ebc0077e9931
-rw-r--r--ydb/core/cms/json_proxy_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/cms/json_proxy_proto.h b/ydb/core/cms/json_proxy_proto.h
index 9c666170664..3c24e845ae7 100644
--- a/ydb/core/cms/json_proxy_proto.h
+++ b/ydb/core/cms/json_proxy_proto.h
@@ -75,6 +75,8 @@ protected:
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTxLimitControls::descriptor(), ctx);
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TCoordinatorControls")
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TCoordinatorControls::descriptor(), ctx);
+ else if (name == ".NKikimrConfig.TImmediateControlsConfig.TSchemeShardControls")
+ return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TSchemeShardControls::descriptor(), ctx);
}
ctx.Send(RequestEvent->Sender,