X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=308dce6edde0ad8b480bf65beba7cc6b6ca7cac9;hb=28b9cc08aa62c02fd64dfb09eff4b9bfdb01f518;hp=43996184500abef02bb276186d56978afe79c07e;hpb=1f3740351a99b9c5cb4cb8a3537e27db9f2e6f60;p=pulseview.git diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index 43996184..308dce6e 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -131,7 +131,7 @@ private: std::list< boost::shared_ptr > _stack; - mutable boost::mutex _mutex; + mutable boost::mutex _output_mutex; int64_t _samples_decoded; std::map _rows;