Skip to content

Commit

Permalink
rpc.proto: add one 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 Sep 23, 2022
1 parent 54f9483 commit c07ef77
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;
}

message HashResponse {
Expand Down

0 comments on commit c07ef77

Please sign in to comment.