Read uncompressed user data deduplication table.

This commit is contained in:
2019-03-17 23:19:13 +00:00
parent 3d070e8fc2
commit d54284db4c
3 changed files with 58 additions and 4 deletions

View File

@@ -50,6 +50,10 @@ typedef struct dicformatContext
unsigned char *sectorSuffixCorrected;
unsigned char *sectorSubchannel;
unsigned char *mode2Subheaders;
byte shift;
bool inMemoryDdt;
uint64_t *userDataDdt;
size_t mappedMemoryDdtSize;
} dicformatContext;
typedef struct dataLinkedList