summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_create.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/index_create.h')
-rw-r--r--src/mongo/db/catalog/index_create.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/index_create.h b/src/mongo/db/catalog/index_create.h
index 88dd5db8393..14bec4dafbf 100644
--- a/src/mongo/db/catalog/index_create.h
+++ b/src/mongo/db/catalog/index_create.h
@@ -65,7 +65,7 @@ public:
/**
* Neither pointer is owned.
*/
- MultiIndexBlock(OperationContext* txn, Collection* collection);
+ MultiIndexBlock(OperationContext* opCtx, Collection* collection);
~MultiIndexBlock();
/**
@@ -206,7 +206,7 @@ private:
// Pointers not owned here and must outlive 'this'
Collection* _collection;
- OperationContext* _txn;
+ OperationContext* _opCtx;
bool _buildInBackground;
bool _allowInterruption;