Created
May 11, 2017 19:37
-
-
Save gilhooleyd/553d83362e0ce6f97074dd604c7ddf28 to your computer and use it in GitHub Desktop.
Bayou's Anti Entropy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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