cec: more of the same. bugzid: 19
[deb_libcec.git] / src / lib / devices / CECBusDevice.h
index 6b0ddb9180b2e35615a3ee55c65787fc8fadd38e..477109bea9100d610ec66b710ab6d34b49fcf32f 100644 (file)
@@ -109,6 +109,7 @@ namespace CEC
     uint64_t            m_iLastCommandSent;
     uint64_t            m_iLastActive;
     cec_version         m_cecVersion;
+    CMutex              m_transmitMutex;
     CMutex              m_mutex;
     CCondition          m_condition;
   };