Use specific block type for secondary level DDTs v2.

This commit is contained in:
2025-10-10 22:18:00 +01:00
parent 9399c4c0ab
commit c4564b3a0a
3 changed files with 10 additions and 8 deletions

View File

@@ -141,6 +141,7 @@ typedef enum
DataBlock = 0x4B4C4244, ///< Block containing data.
DeDuplicationTable = 0x2A544444, ///< Block containing a deduplication table (v1).
DeDuplicationTable2 = 0x32544444, ///< Block containing a deduplication table v2.
DeDuplicationTableSecondary = 0x53545444, ///< Block containing a secondary deduplication table (v2).
IndexBlock = 0x58444E49, ///< Block containing the index (v1).
IndexBlock2 = 0x32584449, ///< Block containing the index v2.
IndexBlock3 = 0x33584449, ///< Block containing the index v3.