X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FAdapterCommunication.h;h=29b716a078553fbb63cefa6cce57e7f67fd09d17;hb=271e7778636b66aa854b31288c351b774d91bd79;hp=71688301351c89d84428d63b31d319d90fc76706;hpb=5a1e87c8d9a1d8a6b8dbf8b7d1738395fdb6b856;p=deb_libcec.git diff --git a/src/lib/AdapterCommunication.h b/src/lib/AdapterCommunication.h index 7168830..29b716a 100644 --- a/src/lib/AdapterCommunication.h +++ b/src/lib/AdapterCommunication.h @@ -96,7 +96,7 @@ namespace CEC CLibCEC * m_controller; CecBuffer m_inBuffer; CecBuffer m_outBuffer; - CMutex m_bufferMutex; + CMutex m_mutex; CCondition m_rcvCondition; }; };