Propogate a view change during consensus to the NetworkOPs code.

This commit is contained in:
JoelKatz
2012-08-30 10:04:58 -07:00
parent c8d3de7b7d
commit e5af7072bc
4 changed files with 10 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ public:
void setStandAlone() { setMode(omFULL); }
void setStateTimer();
void newLCL(int proposers, int convergeTime, const uint256& ledgerHash);
void consensusViewChange();
int getPreviousProposers() { return mLastCloseProposers; }
int getPreviousConvergeTime() { return mLastCloseConvergeTime; }
uint32 getLastCloseTime() { return mLastCloseTime; }