mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Support storage list of known bad blocks.
This commit is contained in:
@@ -50,5 +50,7 @@ namespace DiscImageChef.Metadata
|
|||||||
|
|
||||||
[XmlArrayItem("DumpTry")]
|
[XmlArrayItem("DumpTry")]
|
||||||
public List<DumpHardwareType> Tries;
|
public List<DumpHardwareType> Tries;
|
||||||
|
[XmlArrayItem("BadBlock")]
|
||||||
|
public List<ulong> BadBlocks;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user