diff options
Diffstat (limited to 'src/mongo/db/repl/vote_requester.cpp')
-rw-r--r-- | src/mongo/db/repl/vote_requester.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/vote_requester.cpp b/src/mongo/db/repl/vote_requester.cpp index ad7b4594e71..bac35602398 100644 --- a/src/mongo/db/repl/vote_requester.cpp +++ b/src/mongo/db/repl/vote_requester.cpp @@ -44,7 +44,7 @@ namespace repl { using executor::RemoteCommandRequest; -VoteRequester::Algorithm::Algorithm(const ReplicaSetConfig& rsConfig, +VoteRequester::Algorithm::Algorithm(const ReplSetConfig& rsConfig, long long candidateIndex, long long term, bool dryRun, @@ -141,7 +141,7 @@ VoteRequester::VoteRequester() : _isCanceled(false) {} VoteRequester::~VoteRequester() {} StatusWith<ReplicationExecutor::EventHandle> VoteRequester::start(ReplicationExecutor* executor, - const ReplicaSetConfig& rsConfig, + const ReplSetConfig& rsConfig, long long candidateIndex, long long term, bool dryRun, |