]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoderstack.h
Renamed DecoderStack::_mutex to _output_mutex
[pulseview.git] / pv / data / decoderstack.h
index 43996184500abef02bb276186d56978afe79c07e..308dce6edde0ad8b480bf65beba7cc6b6ca7cac9 100644 (file)
@@ -131,7 +131,7 @@ private:
 
        std::list< boost::shared_ptr<decode::Decoder> > _stack;
 
-       mutable boost::mutex _mutex;
+       mutable boost::mutex _output_mutex;
        int64_t _samples_decoded;
 
        std::map<const decode::Row, decode::RowData> _rows;