/* States */
// Initial
// Reset
- // Start
- // Started
- // Primary
- // WaitActingChange
- // Peering
- // GetInfo
- // GetLog
- // GetMissing
- // WaitUpThru
- // Incomplete
- // Active
- // Activating
- // Clean
- // Recovered
- // Backfilling
- // WaitRemoteBackfillReserved
- // WaitLocalBackfillReserved
- // NotBackfilling
- // NotRecovering
- // Recovering
- // WaitRemoteRecoveryReserved
- // WaitLocalRecoveryReserved
- // ReplicaActive
- // RepNotRecovering
- // RepRecovering
- // RepWaitBackfillReserved
- // RepWaitRecoveryReserved
- // Stray
- // ToDelete
- // WaitDeleteReserved
- // Deleting
+ // Started
+ // Start
+ // Primary
+ // WaitActingChange
+ // Peering
+ // GetInfo
+ // GetLog
+ // GetMissing
+ // WaitUpThru
+ // Incomplete
+ // Active
+ // Activating
+ // Clean
+ // Recovered
+ // Backfilling
+ // WaitRemoteBackfillReserved
+ // WaitLocalBackfillReserved
+ // NotBackfilling
+ // NotRecovering
+ // Recovering
+ // WaitRemoteRecoveryReserved
+ // WaitLocalRecoveryReserved
+ // ReplicaActive
+ // RepNotRecovering
+ // RepRecovering
+ // RepWaitBackfillReserved
+ // RepWaitRecoveryReserved
+ // Stray
+ // ToDelete
+ // WaitDeleteReserved
+ // Deleting
// Crashed
struct Crashed : boost::statechart::state< Crashed, PeeringMachine >, NamedState {