diff options
Diffstat (limited to '')
-rw-r--r-- | AnvilStats/Processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AnvilStats/Processor.h b/AnvilStats/Processor.h index 09dc980ec..4f5496bc6 100644 --- a/AnvilStats/Processor.h +++ b/AnvilStats/Processor.h @@ -60,6 +60,7 @@ protected: AStringList m_FileQueue;
cThreads m_Threads;
+ cEvent m_ThreadsHaveStarted; // This is signalled by each thread to notify the parent thread that it can start waiting for those threads
void PopulateFileQueue(const AString & a_WorldFolder);
|