summaryrefslogtreecommitdiff
path: root/db/dur_journalimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/dur_journalimpl.h')
-rw-r--r--db/dur_journalimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dur_journalimpl.h b/db/dur_journalimpl.h
index 2b1f585186d..0648a534ea2 100644
--- a/db/dur_journalimpl.h
+++ b/db/dur_journalimpl.h
@@ -47,7 +47,7 @@ namespace mongo {
boost::filesystem::path getFilePathFor(int filenumber) const;
unsigned long long lastFlushTime() const { return _lastFlushTime; }
- void cleanup();
+ void cleanup(bool log);
// Rotate after reaching this data size in a journal (j._<n>) file
// We use a smaller size for 32 bit as the journal is mmapped during recovery (only)