Define DDT2 header.

This commit is contained in:
2025-08-03 20:48:30 +01:00
parent 57f5c6e7a4
commit 4b537e60a9
3 changed files with 89 additions and 4 deletions

View File

@@ -206,6 +206,8 @@ typedef enum
DataBlock = 0x4B4C4244,
/** Block containing a deduplication table */
DeDuplicationTable = 0x2A544444,
/** Block containing a deduplication table v2 */
DeDuplicationTable2 = 0x32544444,
/** Block containing the index */
IndexBlock = 0x58444E49,
/** Block containing the index v2 */