summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_client_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/repl_client_info.h')
-rw-r--r--src/mongo/db/repl/repl_client_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/repl_client_info.h b/src/mongo/db/repl/repl_client_info.h
index 3c81953d65f..3c3910cf78d 100644
--- a/src/mongo/db/repl/repl_client_info.h
+++ b/src/mongo/db/repl/repl_client_info.h
@@ -76,7 +76,7 @@ public:
* This is necessary when doing no-op writes, as we need to set the client's lastOp to a proper
* value for write concern wait to work.
*/
- void setLastOpToSystemLastOpTime(OperationContext* txn);
+ void setLastOpToSystemLastOpTime(OperationContext* opCtx);
private:
static const long long kUninitializedTerm = -1;