]> sigrok.org Git - pulseview.git/blobdiff - pv/devices/inputfile.hpp
InputFile: Use new reset() function to allow re-reading file
[pulseview.git] / pv / devices / inputfile.hpp
index 02d4417c99e8af4bb95260e082e543b354bdccdb..e6b57033a02720b31aac2e52dadda5d8262a563e 100644 (file)
@@ -57,6 +57,7 @@ private:
        const std::map<std::string, Glib::VariantBase> options_;
        std::shared_ptr<sigrok::Input> input_;
 
+       std::ifstream *f;
        std::atomic<bool> interrupt_;
 };