summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/vote_requester.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2015-07-16 13:55:15 -0400
committerAndy Schwerin <schwerin@mongodb.com>2015-07-17 10:20:27 -0400
commita104bc1eab07388a4dc5b9930ecdd355ea93dd87 (patch)
treedafa61a7a1b1d5cb1e38a1c80c067c5ad30b7da2 /src/mongo/db/repl/vote_requester.cpp
parentd7e9b92a8117edab8869c132a4f7bfae3d3ff2ff (diff)
downloadmongo-a104bc1eab07388a4dc5b9930ecdd355ea93dd87.tar.gz
SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_executor_interface library.
Also, move those types into the executor namespace and remove the RemoteCommandRunner interface type.
Diffstat (limited to 'src/mongo/db/repl/vote_requester.cpp')
-rw-r--r--src/mongo/db/repl/vote_requester.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/repl/vote_requester.cpp b/src/mongo/db/repl/vote_requester.cpp
index c23bd7d6916..5f0683d0aee 100644
--- a/src/mongo/db/repl/vote_requester.cpp
+++ b/src/mongo/db/repl/vote_requester.cpp
@@ -42,6 +42,8 @@
namespace mongo {
namespace repl {
+using executor::RemoteCommandRequest;
+
VoteRequester::Algorithm::Algorithm(const ReplicaSetConfig& rsConfig,
long long candidateId,
long long term,