cec: send the physical address before sending the vendor id in the SL handler
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index eaa21f16e9d04567effe44c3e6d81b2e9e514e43..fc4c5fddfd3cabcd6c6bc5c8ee682a85f011ca13 100644 (file)
@@ -71,5 +71,6 @@ namespace CEC
     bool               m_bPowerStateReset;
     bool               m_bActiveSourceSent;
     PLATFORM::CTimeout m_resetPowerState;
+    bool               m_bVendorIdSent;
   };
 };