Update fdbserver/include/fdbserver/ClusterRecovery.actor.h
Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
This commit is contained in:
parent
5a1f9f3e9e
commit
e22138d3d3
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Reference in New Issue