VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Volume/VolumeInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Volume/VolumeInfo.h')
-rw-r--r--src/Volume/VolumeInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/VolumeInfo.h b/src/Volume/VolumeInfo.h
index 1adc87e3..ad6c2ca4 100644
--- a/src/Volume/VolumeInfo.h
+++ b/src/Volume/VolumeInfo.h
@@ -34,38 +34,38 @@ namespace VeraCrypt
void Set (const Volume &volume);
// Modifying this structure can introduce incompatibility with previous versions
DirectoryPath AuxMountPoint;
uint32 EncryptionAlgorithmBlockSize;
uint32 EncryptionAlgorithmKeySize;
uint32 EncryptionAlgorithmMinBlockSize;
wstring EncryptionAlgorithmName;
wstring EncryptionModeName;
VolumeTime HeaderCreationTime;
bool HiddenVolumeProtectionTriggered;
DevicePath LoopDevice;
uint32 MinRequiredProgramVersion;
DirectoryPath MountPoint;
VolumePath Path;
uint32 Pkcs5IterationCount;
wstring Pkcs5PrfName;
uint32 ProgramVersion;
VolumeProtection::Enum Protection;
uint64 SerialInstanceNumber;
uint64 Size;
VolumeSlotNumber SlotNumber;
bool SystemEncryption;
uint64 TopWriteOffset;
uint64 TotalDataRead;
uint64 TotalDataWritten;
VolumeType::Enum Type;
DevicePath VirtualDevice;
VolumeTime VolumeCreationTime;
int Pim;
-
+ bool MasterKeyVulnerable;
private:
VolumeInfo (const VolumeInfo &);
VolumeInfo &operator= (const VolumeInfo &);
};
}
#endif // TC_HEADER_Volume_VolumeInfo