rpi: current firmware first sends a change to logical address 'broadcast' and then...
[deb_libcec.git] / src / lib / adapter / RPi / RPiCECAdapterCommunication.h
index 740091611b12277b02fd17ba46897b0949fe0560..3cbbdde6551e612870dfbfc153049ec02c3a51a7 100644 (file)
@@ -31,6 +31,7 @@
  *     http://www.pulse-eight.net/
  */
 
+#include "env.h"
 #if defined(HAVE_RPI_API)
 
 #include "lib/adapter/AdapterCommunication.h"
@@ -107,6 +108,7 @@ namespace CEC
     PLATFORM::CMutex            m_mutex;
     VCHI_INSTANCE_T             m_vchi_instance;
     VCHI_CONNECTION_T *         m_vchi_connection;
+    cec_logical_address         m_previousLogicalAddress;
   };
 };