summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_current_op.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_current_op.cpp')
-rw-r--r--src/mongo/s/commands/cluster_current_op.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/commands/cluster_current_op.cpp b/src/mongo/s/commands/cluster_current_op.cpp
index 71849c56a9f..3c0e73f30d3 100644
--- a/src/mongo/s/commands/cluster_current_op.cpp
+++ b/src/mongo/s/commands/cluster_current_op.cpp
@@ -70,8 +70,8 @@ private:
pipeline->push_back(sortBuilder.obj());
}
- virtual StatusWith<CursorResponse> runAggregation(OperationContext* opCtx,
- const AggregateCommand& request) const final {
+ virtual StatusWith<CursorResponse> runAggregation(
+ OperationContext* opCtx, const AggregateCommandRequest& request) const final {
auto nss = request.getNamespace();
BSONObjBuilder responseBuilder;