Rename sector_info.usage_count to flush_count

This commit is contained in:
Vitaliy Filippov
2021-02-02 01:32:23 +03:00
parent 534a4a657e
commit e1e01d042e
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ inline uint32_t je_crc32(journal_entry *je)
struct journal_sector_info_t
{
uint64_t offset;
uint64_t usage_count; // flusher_count!
uint64_t flush_count;
bool written;
bool dirty;
};