Renamed ecksum.size -> ecksum.cksize

This matches bptr's cksize/cksum a bit better and helps avoids confusion
when discussing the various size fields used to encode a commit's
various checksum tags.
This commit is contained in:
Christopher Haster
2024-02-09 17:12:40 -06:00
parent a8a738e434
commit 6439650a0e
2 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -443,8 +443,8 @@ typedef struct lfsr_data {
// erased-state checksum
typedef struct lfsr_ecksum {
// size=-1 indicates no ecksum
lfs_ssize_t size;
// cksize=-1 indicates no ecksum
lfs_ssize_t cksize;
uint32_t cksum;
} lfsr_ecksum_t;