cec: async writes for CUSBCECAdapterCommunication. less locks and polls, more speed
[deb_libcec.git] / src / lib / LibCEC.h
index adfb50753150d465132dcac577fa7ac2d15f1d67..e45980075b51cdee4d6ce32b9e2a3acaa0bf367b 100644 (file)
@@ -154,5 +154,6 @@ namespace CEC
       ICECCallbacks *                         m_callbacks;
       void *                                  m_cbParam;
       PLATFORM::CMutex                        m_mutex;
+      PLATFORM::CMutex                        m_logMutex;
   };
 };