cec: fixed - wait for the processor thread to start before continueing
[deb_libcec.git] / src / lib / CECProcessor.h
index 0d8a21f188e9b961960eaf73956c1bae0bd81022..fc9a2fa99123c18ddb6edbd07cead37e4d909356 100644 (file)
@@ -86,6 +86,7 @@ namespace CEC
       CecBuffer<CCECAdapterMessagePtr> m_frameBuffer;
       std::string                      m_strDeviceName;
       CMutex                           m_mutex;
+      CCondition                       m_startCondition;
       CAdapterCommunication           *m_communication;
       CLibCEC                         *m_controller;
       bool                             m_bMonitor;