p8: fixed - updated the cached device type setting properly when persisting new setti...
[deb_libcec.git] / src / lib / adapter / Pulse-Eight / USBCECAdapterCommands.h
index ff0c187e89fc9e7e76544e68d69f37730238fda3..df376f3c4b80539ce74f5c88004c0d283913da4a 100644 (file)
@@ -31,6 +31,8 @@
  *     http://www.pulse-eight.net/
  */
 
+#include "lib/platform/threads/mutex.h"
+
 namespace CEC
 {
   class CUSBCECAdapterCommunication;
@@ -230,5 +232,6 @@ namespace CEC
     bool                         m_bNeedsWrite;            /**< true when we sent changed settings to the adapter that have not been persisted */
     libcec_configuration         m_persistedConfiguration; /**< the configuration that is persisted in the eeprom */
     uint32_t                     m_iBuildDate;             /**< the build date of the firmware */
+    PLATFORM::CMutex             m_mutex;
   };
 }