mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 02:18:39 +08:00
Merge pull request #5392 from sfc-gh-tclinkenbeard/fix-subobject-linkage
Remove anonymous namespace in PaxosConfigTransaction.actor.cpp
This commit is contained in:
commit
182d3538ba
@ -22,8 +22,6 @@
|
||||
#include "fdbclient/PaxosConfigTransaction.h"
|
||||
#include "flow/actorcompiler.h" // must be last include
|
||||
|
||||
namespace {
|
||||
|
||||
// TODO: Some replicas may reply after quorum has already been achieved, and we may want to add them to the readReplicas
|
||||
// list
|
||||
class GetGenerationQuorum {
|
||||
@ -72,8 +70,6 @@ public:
|
||||
Optional<Version> getLastSeenLiveVersion() const { return lastSeenLiveVersion; }
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
class PaxosConfigTransactionImpl {
|
||||
ConfigTransactionCommitRequest toCommit;
|
||||
Future<GetGenerationQuorum::Result> getGenerationFuture;
|
||||
|
Loading…
x
Reference in New Issue
Block a user