X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2FAdapterCommunication.h;h=2ec6e3b60c3481597f22b6f4894dc6ec6f16bbca;hb=a3269a0a9e8973e29cfe073dd8e558aad173f984;hp=9a3d1268cf008c0686ee86151632e5e90b6e52ac;hpb=0e31a62c1ff3854f1c4dad3fb0917683c9528e5b;p=deb_libcec.git diff --git a/src/lib/AdapterCommunication.h b/src/lib/AdapterCommunication.h index 9a3d126..2ec6e3b 100644 --- a/src/lib/AdapterCommunication.h +++ b/src/lib/AdapterCommunication.h @@ -113,5 +113,6 @@ namespace CEC CecBuffer m_outBuffer; CMutex m_mutex; CCondition m_rcvCondition; + CCondition m_startCondition; }; };