mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Windows: fix high CPU usage when a favorite is configured to mount using VolumeID when its host device is connected to the machine.
This commit is contained in:
@@ -266,9 +266,9 @@ typedef struct
|
||||
BOOL TCBootLoaderDetected;
|
||||
BOOL DetectFilesystem;
|
||||
BOOL FilesystemDetected;
|
||||
BOOL bMatchVolumeID;
|
||||
unsigned char volumeID[VOLUME_ID_SIZE];
|
||||
BOOL VolumeIDMatched;
|
||||
BOOL bComputeVolumeIDs;
|
||||
unsigned char volumeIDs[TC_VOLUME_TYPE_COUNT][VOLUME_ID_SIZE];
|
||||
BOOL VolumeIDComputed[TC_VOLUME_TYPE_COUNT];
|
||||
} OPEN_TEST_STRUCT;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user