Add support for blank extents in resume file.

This commit is contained in:
2020-10-23 01:05:46 +01:00
parent 3225283e04
commit f4eb9f5b4a

View File

@@ -58,6 +58,8 @@ namespace Aaru.CommonTypes.Metadata
public bool Tape;
[XmlArrayItem("Block")]
public List<int> BadSubchannels;
[XmlArrayItem("Extent")]
public ExtentType[] BlankExtents;
[XmlArrayItem("DumpTry")]
public List<DumpHardwareType> Tries;