cec: close the connection when a comm error was detected, and notify the client via...
[deb_libcec.git] / src / lib / platform / threads / threads.h
index 0cc07eee883f6646e98bd65b6cfb601f5d8c1c96..31c2daffa2e39c4ff5cf08ec768b0f235efbbe9a 100644 (file)
@@ -143,13 +143,13 @@ namespace PLATFORM
 
   protected:
     void SetRunning(bool bSetTo);
+    CMutex           m_threadMutex;
 
   private:
     bool             m_bStop;
     bool             m_bRunning;
     bool             m_bStopped;
     CCondition<bool> m_threadCondition;
-    CMutex           m_threadMutex;
     thread_t         m_thread;
   };
 };