Skip to content

Commit

Permalink
Merge pull request #251 from basho/mas-i1775-fetchclocksmodrange
Browse files Browse the repository at this point in the history
Extend the FetchClockNVal message
  • Loading branch information
martinsumner authored Dec 13, 2020
2 parents 64cabe2 + 0c22f2a commit b8a9464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/riak_kv.proto
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ message RpbAaeFoldMergeBranchNValReq{
message RpbAaeFoldFetchClocksNValReq{
required uint32 n_val = 1;
repeated uint32 id_filter = 2;
optional bool modified_range = 40;
optional uint32 last_mod_start = 41;
optional uint32 last_mod_end = 42;
}

message RpbAaeFoldMergeTreesRangeReq{
Expand Down

0 comments on commit b8a9464

Please sign in to comment.