X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;fp=pv%2Fdevices%2Finputfile.hpp;h=02d4417c99e8af4bb95260e082e543b354bdccdb;hp=9b9aee88dcbad288f12642397a6b6921d9e83a29;hb=519d0ccbe67d005a9c442795ce3b8255e78ca46d;hpb=e40a79cb13eef1ca4f8e7670ac4a36e56b26a23c diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 9b9aee88..02d4417c 100644 --- a/pv/devices/inputfile.hpp +++ b/pv/devices/inputfile.hpp @@ -53,7 +53,9 @@ public: private: const std::shared_ptr context_; - const std::shared_ptr input_; + const std::shared_ptr format_; + const std::map options_; + std::shared_ptr input_; std::atomic interrupt_; };