diff options
Diffstat (limited to 'src/mongo/db/index_rebuilder.h')
-rw-r--r-- | src/mongo/db/index_rebuilder.h | 2 |
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); } |