X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=02d4417c99e8af4bb95260e082e543b354bdccdb;hb=519d0ccbe67d005a9c442795ce3b8255e78ca46d;hp=9b9aee88dcbad288f12642397a6b6921d9e83a29;hpb=4d6c6ea3e6b069787c270d4911083dae05eae4c6;p=pulseview.git diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 9b9aee8..02d4417 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_; };