summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.h
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2018-04-05 13:56:47 -0400
committerWilliam Schultz <william.schultz@mongodb.com>2018-04-05 13:59:27 -0400
commite88c6d85036607ddf86105234917b4adfffbd612 (patch)
tree43ff091111fec8836654b0ccc3dcaff6e3d2a518 /src/mongo/db/repl/collection_cloner.h
parentac6544a9194197b5ab10f563cf1a19dcdc42349c (diff)
downloadmongo-e88c6d85036607ddf86105234917b4adfffbd612.tar.gz
Revert "SERVER-33323 Use the IDL to serialize the ARM"
This reverts commit 7d09f278a2acf9791b36927d6af1d30347d60391.
Diffstat (limited to 'src/mongo/db/repl/collection_cloner.h')
-rw-r--r--src/mongo/db/repl/collection_cloner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/repl/collection_cloner.h b/src/mongo/db/repl/collection_cloner.h
index d97c5c0048f..e79258e3734 100644
--- a/src/mongo/db/repl/collection_cloner.h
+++ b/src/mongo/db/repl/collection_cloner.h
@@ -301,6 +301,8 @@ private:
const int _maxNumClonerCursors;
// (M) Component responsible for fetching the documents from the collection cloner cursor(s).
std::unique_ptr<AsyncResultsMerger> _arm;
+ // (R) The cursor parameters used by the 'AsyncResultsMerger'.
+ std::unique_ptr<ClusterClientCursorParams> _clusterClientCursorParams;
// (M) The event handle for the 'kill' event of the 'AsyncResultsMerger'.
executor::TaskExecutor::EventHandle _killArmHandle;