summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_identity_rollback_notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/shard_identity_rollback_notifier.h')
-rw-r--r--src/mongo/db/s/shard_identity_rollback_notifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/shard_identity_rollback_notifier.h b/src/mongo/db/s/shard_identity_rollback_notifier.h
index a8bb6592350..4ce184065a2 100644
--- a/src/mongo/db/s/shard_identity_rollback_notifier.h
+++ b/src/mongo/db/s/shard_identity_rollback_notifier.h
@@ -59,8 +59,8 @@ public:
/**
* Retrieves the ShardIdentityRollbackNotifier associated with the specified service context.
*/
- static ShardIdentityRollbackNotifier* get(OperationContext* txn);
- static ShardIdentityRollbackNotifier* get(ServiceContext* txn);
+ static ShardIdentityRollbackNotifier* get(OperationContext* opCtx);
+ static ShardIdentityRollbackNotifier* get(ServiceContext* opCtx);
/**
* Records the fact that the shardIdentity document was rolled back.