From 3165458c5993a447556efbbefc5aeb4352353347 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 28 Sep 2012 20:17:29 +0000 Subject: AnvilStats: complete per-biome blocktype statistics git-svn-id: http://mc-server.googlecode.com/svn/trunk@897 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- AnvilStats/Processor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'AnvilStats/Processor.h') 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); -- cgit v1.2.3