mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
rpc.proto: added a new field hash_revision into HashKVResponse
Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
4c8244622e
commit
cd746de14e
@ -695,6 +695,8 @@ message HashKVResponse {
|
||||
uint32 hash = 2;
|
||||
// compact_revision is the compacted revision of key-value store when hash begins.
|
||||
int64 compact_revision = 3;
|
||||
// hash_revision is the revision up to which the hash is calculated.
|
||||
int64 hash_revision = 4 [(versionpb.etcd_version_field)="3.6"];
|
||||
}
|
||||
|
||||
message HashResponse {
|
||||
|
Loading…
x
Reference in New Issue
Block a user