Add missing offset&len into big_writes journal dump, fix commas again

This commit is contained in:
Vitaliy Filippov
2022-12-21 02:51:11 +03:00
parent 1d80bcc8d0
commit c08d1f2dfe
3 changed files with 27 additions and 33 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ struct disk_tool_t
uint64_t meta_pos;
uint64_t journal_pos, journal_calc_data_pos;
bool first, first2;
bool first_block, first_entry;
allocator *data_alloc;
std::map<uint64_t, uint64_t> data_remap;