From 39fb2edc25f2703744932f25d956bf7af604fc5f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 9 Feb 2016 00:49:04 +0100 Subject: Linux/MacOSX: add progress bar for mouse collected entropy in GUI of volume creation wizard. Add mutex protection in event handler for shared counter variable --- src/Main/Forms/RandomPoolEnrichmentDialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main/Forms/RandomPoolEnrichmentDialog.h') diff --git a/src/Main/Forms/RandomPoolEnrichmentDialog.h b/src/Main/Forms/RandomPoolEnrichmentDialog.h index 6e113cbe..4135ff28 100644 --- a/src/Main/Forms/RandomPoolEnrichmentDialog.h +++ b/src/Main/Forms/RandomPoolEnrichmentDialog.h @@ -33,6 +33,7 @@ namespace VeraCrypt HashList Hashes; int MouseEventsCounter; + Mutex AccessMutex; }; } -- cgit v1.2.3