cec: don't add data to the input buffer in CUSBCECAdapterCommunication before it...
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.h
index 8cc701f094d353c017a3271f2d02358c91cc247f..513900d5be28d8584d3e7431002913c2d6ec977b 100644 (file)
@@ -117,5 +117,6 @@ namespace CEC
     bool                                         m_bGotStart;
     IAdapterCommunicationCallback *              m_callback;
     CUSBCECAdapterProcessor *                    m_messageProcessor;
+    bool                                         m_bInitialised;
   };
 };