Skip to content

Instantly share code, notes, and snippets.

@gilhooleyd
Created May 11, 2017 19:37
Show Gist options
  • Save gilhooleyd/553d83362e0ce6f97074dd604c7ddf28 to your computer and use it in GitHub Desktop.
Save gilhooleyd/553d83362e0ce6f97074dd604c7ddf28 to your computer and use it in GitHub Desktop.
Bayou's Anti Entropy
/* AntiEntropy RPC reply structure */
type AntiEntropyReply struct {
Succeeded bool
MustUpdateLog bool
CommitSet []LogEntry
TentativeSet []LogEntry
UndoSet []LogEntry
OmitTimestamp VectorClock
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment