func (this *Paxos) doSaveProposer(state *thispb.ProposerState) { state.ProposalBallot = proto.Int64(this.proposalBallot) }
func (this *Paxos) doRestoreProposer(state *thispb.ProposerState) { this.proposalBallot = state.GetProposalBallot() }