Add cachedDdtPosition to track primary DDT position for new tables

This commit is contained in:
2025-09-28 19:44:15 +01:00
parent c2c9d9f7d4
commit ed665ee763
2 changed files with 4 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ typedef struct aaruformatContext
uint16_t *sectorPrefixDdtMini;
uint16_t *sectorSuffixDdtMini;
uint64_t cachedDdtOffset;
uint64_t cachedDdtPosition;
uint64_t primaryDdtOffset;
uint16_t *cachedSecondaryDdtSmall;
uint32_t *cachedSecondaryDdtBig;