stall outgoing messages when the logical address was lost, until we got a new address
[deb_libcec.git] / src / lib / CECProcessor.h
index 6ad60c515a6c7a55137423b62f2602cf59f7b492..e1f6d68517eee2908cc7f1b6906e72db0f29240b 100644 (file)
@@ -170,5 +170,6 @@ namespace CEC
       std::map<cec_logical_address, CCECClient *> m_clients;
       bool                                        m_bMonitor;
       CCECAllocateLogicalAddress*                 m_addrAllocator;
+      bool                                        m_bStallCommunication;
   };
 };