summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/collection_cloner.cpp')
-rw-r--r--src/mongo/db/repl/collection_cloner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/collection_cloner.cpp b/src/mongo/db/repl/collection_cloner.cpp
index 159a664ccb8..773f54a0b8b 100644
--- a/src/mongo/db/repl/collection_cloner.cpp
+++ b/src/mongo/db/repl/collection_cloner.cpp
@@ -99,7 +99,7 @@ BSONObj makeCommandWithUUIDorCollectionName(StringData command,
}
CollectionCloner::CollectionCloner(executor::TaskExecutor* executor,
- OldThreadPool* dbWorkThreadPool,
+ ThreadPool* dbWorkThreadPool,
const HostAndPort& source,
const NamespaceString& sourceNss,
const CollectionOptions& options,