summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/reshard_collection_coordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/reshard_collection_coordinator.h')
-rw-r--r--src/mongo/db/s/reshard_collection_coordinator.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/s/reshard_collection_coordinator.h b/src/mongo/db/s/reshard_collection_coordinator.h
index a17edf9f2e8..085c183dc55 100644
--- a/src/mongo/db/s/reshard_collection_coordinator.h
+++ b/src/mongo/db/s/reshard_collection_coordinator.h
@@ -46,9 +46,7 @@ public:
void checkIfOptionsConflict(const BSONObj& coorDoc) const override;
- boost::optional<BSONObj> reportForCurrentOp(
- MongoProcessInterface::CurrentOpConnectionsMode connMode,
- MongoProcessInterface::CurrentOpSessionsMode sessionMode) noexcept override;
+ void appendCommandInfo(BSONObjBuilder* cmdInfoBuilder) const override;
protected:
ReshardCollectionCoordinator(ShardingDDLCoordinatorService* service,