summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/snapshots_webplugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/snapshots_webplugins.cpp')
-rw-r--r--src/mongo/db/stats/snapshots_webplugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/snapshots_webplugins.cpp b/src/mongo/db/stats/snapshots_webplugins.cpp
index 5d14482e973..c45d827ebf3 100644
--- a/src/mongo/db/stats/snapshots_webplugins.cpp
+++ b/src/mongo/db/stats/snapshots_webplugins.cpp
@@ -87,7 +87,7 @@ public:
ss << "</tr>\n";
}
- void run(OperationContext* txn, stringstream& ss) {
+ void run(OperationContext* opCtx, stringstream& ss) {
StatusWith<SnapshotDiff> diff = statsSnapshots.computeDelta();
if (!diff.isOK())