Skip to content

Commit

Permalink
rpc.proto: added a new field hash_revision into HashKVResponse
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Nov 6, 2022
1 parent 6bfaf8d commit 7239589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/etcdserverpb/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7239589

Please sign in to comment.