cec: don't keep the mutex locked while opening/closing a connection in CCECProcessor...
[deb_libcec.git] / src / lib / CECProcessor.h
index 49c6eae904db047cff18b6d12a4d77f35094c7a4..ee74f081bfe994bafa480d915aff12a89b44e57d 100644 (file)
@@ -162,6 +162,7 @@ namespace CEC
       void LogOutput(const cec_command &data);
       void ParseCommand(const cec_command &command);
 
+      bool                                m_bConnectionOpened;
       bool                                m_bInitialised;
       cec_logical_addresses               m_logicalAddresses;
       PLATFORM::CMutex                    m_mutex;