Do not use wr_offset

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:07:43 +03:00
parent 9a87452d23
commit 393f9d6b6f
3 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ struct copy_buffer_t
int copy_flags;
uint64_t offset, len, disk_offset, disk_len;
uint8_t *buf;
uint32_t wr_offset;
uint64_t wr_lsn;
};
struct meta_sector_t