Skip to content

Commit

Permalink
Attach addition context to every proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
overvenus committed May 10, 2018
1 parent 1115575 commit 93543ee
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 202 deletions.
1 change: 1 addition & 0 deletions proto/eraftpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ message Entry {
uint64 index = 3;
bytes data = 4;
bool sync_log = 5;
uint64 context = 6;
}

message SnapshotMetadata {
Expand Down
Loading

0 comments on commit 93543ee

Please sign in to comment.