Disable punching block checksums and allow to enable it with a parameter

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:08:23 +03:00
parent 8c3b83ff74
commit 186f37e286
6 changed files with 36 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
struct copy_buffer_t
{
int copy_flags;
uint32_t copy_flags;
uint64_t offset, len, disk_offset, disk_len;
uint8_t *buf;
uint64_t wr_lsn;