コード例 #1
0
ファイル: election.go プロジェクト: bvk/ascent
func (this *Election) doRestoreElection(state *thispb.ElectionState) {
	atomic.StoreInt64(&this.currentRound, state.GetCurrentRound())
	this.currentWinner = state.GetCurrentWinner()
}