summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_rebuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_rebuilder.h')
-rw-r--r--src/mongo/db/index_rebuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_rebuilder.h b/src/mongo/db/index_rebuilder.h
index bf01367e783..06017cced90 100644
--- a/src/mongo/db/index_rebuilder.h
+++ b/src/mongo/db/index_rebuilder.h
@@ -36,5 +36,5 @@ class OperationContext;
* Restarts building indexes that were in progress during shutdown.
* Only call this at startup before taking requests.
*/
-void restartInProgressIndexesFromLastShutdown(OperationContext* txn);
+void restartInProgressIndexesFromLastShutdown(OperationContext* opCtx);
}