cec: don't try to lock the transmit mutex when deleting a command handler
[deb_libcec.git] / src / lib / devices / CECBusDevice.h
index 60b293a034b3430b2c596c2fe9520781b7efd251..3de307d9d1381ba3a538d4136cd06450d50c57b2 100644 (file)
@@ -141,6 +141,7 @@ namespace CEC
     std::set<cec_opcode>  m_unsupportedFeatures;
     PLATFORM::CMutex      m_mutex;
     PLATFORM::CMutex      m_handlerMutex;
+    PLATFORM::CEvent      m_replacing;
     unsigned              m_iHandlerUseCount;
     bool                  m_bAwaitingReceiveFailed;
   };