Example #1
0
 /// <summary>Start a backup node daemon.</summary>
 /// <exception cref="System.IO.IOException"/>
 private void RunCheckpointDaemon(Configuration conf)
 {
     checkpointManager = new Checkpointer(conf, this);
     checkpointManager.Start();
 }