summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_builds_coordinator_mongod.h')
-rw-r--r--src/mongo/db/index_builds_coordinator_mongod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_builds_coordinator_mongod.h b/src/mongo/db/index_builds_coordinator_mongod.h
index 6c2a89a7c72..86ee624e48b 100644
--- a/src/mongo/db/index_builds_coordinator_mongod.h
+++ b/src/mongo/db/index_builds_coordinator_mongod.h
@@ -60,7 +60,7 @@ public:
* Shuts down the thread pool, signals interrupt to all index builds, then waits for all of the
* threads to finish.
*/
- void shutdown() override;
+ void shutdown(OperationContext* opCtx) override;
/**
* Sets up the in-memory and persisted state of the index build, then passes the build off to an