File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ class TJsonProxyProto : public TActorBootstrapped<TJsonProxyProto> {
7676 return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TSchemeShardControls::descriptor (), ctx);
7777 else if (name == " .NKikimrConfig.TImmediateControlsConfig.TTCMallocControls" )
7878 return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TTCMallocControls::descriptor (), ctx);
79+ else if (name == " .NKikimrConfig.TImmediateControlsConfig.TVDiskControls" )
80+ return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TVDiskControls::descriptor (), ctx);
7981 else if (name == " .NKikimrConfig.TImmediateControlsConfig.TTabletControls" )
8082 return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor (), ctx);
8183 }
You can’t perform that action at this time.
0 commit comments