Update fdbserver/include/fdbserver/ClusterRecovery.actor.h

Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
This commit is contained in:
Lukas Joswiak 2022-09-12 22:31:28 -07:00
parent 5a1f9f3e9e
commit e22138d3d3
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public:
return previousWrite;
}
ServerCoordinators getCoordinators() { return coordinators; }
ServerCoordinators getCoordinators() const { return coordinators; }
Future<Void> move(ClusterConnectionString const& nc) { return cstate.move(nc); }