X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.h;h=262eddc1eff3a9ad92afef0d673aa85bcb94d5f2;hp=4c9eae0160d7588a3543062528610d775dea0d3c;hb=b101c41ea084b6dbf5db173759d79f6ca0cb2454;hpb=3b68d03ddae96edb38a80f31bf6a990bde21cd1d diff --git a/pv/storesession.h b/pv/storesession.h index 4c9eae01..262eddc1 100644 --- a/pv/storesession.h +++ b/pv/storesession.h @@ -75,9 +75,9 @@ private: std::atomic _interrupt; + std::atomic _units_stored, _unit_count; + mutable std::mutex _mutex; - uint64_t _units_stored; - uint64_t _unit_count; QString _error; };