summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/data_file_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/data_file_sync.h')
-rw-r--r--src/mongo/db/storage/mmap_v1/data_file_sync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mmap_v1/data_file_sync.h b/src/mongo/db/storage/mmap_v1/data_file_sync.h
index b204fdad019..a26624f2c41 100644
--- a/src/mongo/db/storage/mmap_v1/data_file_sync.h
+++ b/src/mongo/db/storage/mmap_v1/data_file_sync.h
@@ -49,7 +49,8 @@ public:
void run();
- virtual BSONObj generateSection(OperationContext* txn, const BSONElement& configElement) const;
+ virtual BSONObj generateSection(OperationContext* opCtx,
+ const BSONElement& configElement) const;
private:
void _flushed(int ms);