Trim journal on start

This commit is contained in:
Vitaliy Filippov
2019-11-29 02:13:32 +03:00
parent 45f34fb3b2
commit 40781c67b2
6 changed files with 48 additions and 38 deletions
+1
View File
@@ -134,6 +134,7 @@ struct journal_t
std::map<uint64_t, uint64_t> used_sectors;
~journal_t();
bool trim();
};
struct blockstore_journal_check_t