diff --git a/Aaru.CommonTypes/Structs/Images.cs b/Aaru.CommonTypes/Structs/Images.cs index 73e78da91..0d23802a3 100644 --- a/Aaru.CommonTypes/Structs/Images.cs +++ b/Aaru.CommonTypes/Structs/Images.cs @@ -55,6 +55,10 @@ public struct ImageInfo public ulong ImageSize; /// Sectors contained in the image public ulong Sectors; + /// Negative sectors contained in the image + public uint NegativeSectors; + /// Overflow sectors contained in the image + public uint OverflowSectors; /// Size of sectors contained in the image public uint SectorSize; /// Media tags contained by the image