]> sigrok.org Git - pulseview.git/blobdiff - pv/session.hpp
Fix #626 by stopping acquisition gracefully
[pulseview.git] / pv / session.hpp
index 59060a591fdfd0d743ad83780dbcd066cdefbc01..3d303da47f198a6b3f88d046298126b4d5453270 100644 (file)
@@ -174,6 +174,8 @@ private:
 
        std::thread sampling_thread_;
 
 
        std::thread sampling_thread_;
 
+       bool out_of_memory_;
+
 Q_SIGNALS:
        void capture_state_changed(int state);
        void device_selected();
 Q_SIGNALS:
        void capture_state_changed(int state);
        void device_selected();