rpi: don't try to re-register a logical address when the logical address isn't regist...
[deb_libcec.git] / src / lib / adapter / RPi / RPiCECAdapterCommunication.h
index 92b7157be3360d0e00e1af181cbce4968ec45a60..9a0a9fd62f4e7a22966130893dd1f0716a5d0594 100644 (file)
@@ -110,6 +110,7 @@ namespace CEC
     VCHI_INSTANCE_T             m_vchi_instance;
     VCHI_CONNECTION_T *         m_vchi_connection;
     cec_logical_address         m_previousLogicalAddress;
+    bool                        m_bLogicalAddressRegistered;
   };
 };