summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/write_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/write_ops/write_op.h')
-rw-r--r--src/mongo/s/write_ops/write_op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/write_ops/write_op.h b/src/mongo/s/write_ops/write_op.h
index d56be517fe7..1be62c36d0e 100644
--- a/src/mongo/s/write_ops/write_op.h
+++ b/src/mongo/s/write_ops/write_op.h
@@ -122,7 +122,7 @@ public:
* Returns !OK if the targeting process itself fails
* (no TargetedWrites will be added, state unchanged)
*/
- Status targetWrites(OperationContext* txn,
+ Status targetWrites(OperationContext* opCtx,
const NSTargeter& targeter,
std::vector<TargetedWrite*>* targetedWrites);