diff options
author | alexvru <alexvru@ydb.tech> | 2023-05-10 21:41:42 +0300 |
---|---|---|
committer | alexvru <alexvru@ydb.tech> | 2023-05-10 21:41:42 +0300 |
commit | 1c7bc09bc80a6e280d3b113f5e58363ab63d528f (patch) | |
tree | 16b3d9a7b3b285407ef8bcec596153039dfd6d2a /library/cpp/actors/protos/interconnect.proto | |
parent | 6ff45f26cc9fc9f10ec4653a793a396d7556439e (diff) | |
download | ydb-1c7bc09bc80a6e280d3b113f5e58363ab63d528f.tar.gz |
Support xxHash in IC
Diffstat (limited to 'library/cpp/actors/protos/interconnect.proto')
-rw-r--r-- | library/cpp/actors/protos/interconnect.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/actors/protos/interconnect.proto b/library/cpp/actors/protos/interconnect.proto index 3108b4f24c..538ede33d1 100644 --- a/library/cpp/actors/protos/interconnect.proto +++ b/library/cpp/actors/protos/interconnect.proto @@ -73,6 +73,7 @@ message THandshakeRequest { optional bool RequestAuthOnly = 19; optional bool RequestExtendedTraceFmt = 20; optional bool RequestExternalDataChannel = 21; + optional bool RequestXxhash = 24; optional bytes CompatibilityInfo = 22; @@ -100,6 +101,7 @@ message THandshakeSuccess { optional bool AuthOnly = 12; optional bool UseExtendedTraceFmt = 13; optional bool UseExternalDataChannel = 14; + optional bool UseXxhash = 16; optional bytes CompatibilityInfo = 15; } |