Update recovery footer size and related documentation for AaruRecoveryFooter

This commit is contained in:
2026-04-12 14:17:56 +01:00
parent 4573ae8f1b
commit 81c367995f
4 changed files with 17 additions and 17 deletions

View File

@@ -117,7 +117,7 @@ typedef struct AaruRecoveryFooter
{
uint64_t ecmbOffset; ///< Absolute file offset of the primary ECMB.
uint64_t ecmbLength; ///< Total on-disk size of the ECMB (header + payload).
uint64_t headerCrc64; ///< CRC64-ECMA of the original AaruHeaderV2 (128 bytes at offset 0).
uint64_t headerCrc64; ///< CRC64-ECMA of the original AaruHeaderV2 (147 bytes at offset 0).
AaruHeaderV2 backupHeader; ///< Complete copy of AaruHeaderV2 from file offset 0.
uint64_t footerMagic; ///< Must be AARU_RECOVERY_FOOTER_MAGIC (0x52464D4345525641).
} AaruRecoveryFooter;