VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core/MountOptions.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-30 17:01:49 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-30 17:06:20 +0100
commitc178e325b807258199ae45b2c50c265b4d7ce7af (patch)
tree905297a12e86b71d4611ff13d1df7e99c1e20b61 /src/Core/MountOptions.h
parent8d787dcd7128fce554f473da62e20162b0b6c9c4 (diff)
downloadVeraCrypt-c178e325b807258199ae45b2c50c265b4d7ce7af.tar.gz
VeraCrypt-c178e325b807258199ae45b2c50c265b4d7ce7af.zip
Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread.
Diffstat (limited to 'src/Core/MountOptions.h')
-rw-r--r--[-rwxr-xr-x]src/Core/MountOptions.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Core/MountOptions.h b/src/Core/MountOptions.h
index 6cb2c549..8ccbffa0 100755..100644
--- a/src/Core/MountOptions.h
+++ b/src/Core/MountOptions.h
@@ -31,7 +31,8 @@ namespace VeraCrypt
Removable (false),
SharedAccessAllowed (false),
SlotNumber (0),
- UseBackupHeaders (false)
+ UseBackupHeaders (false),
+ TrueCryptMode (false)
{
}
@@ -63,6 +64,7 @@ namespace VeraCrypt
bool SharedAccessAllowed;
VolumeSlotNumber SlotNumber;
bool UseBackupHeaders;
+ bool TrueCryptMode;
protected:
void CopyFrom (const MountOptions &other);