X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.hpp;h=946fac4172aab29a270aa37dd276c2b4f88a6507;hp=ce737f34e3c9bba0ba079589e15daf27f81bf8ea;hb=7a01bd3654ed046216308fa64edfd79be7cd525f;hpb=4764bc4d14069978282c9cf43aad03d7558aeb9f diff --git a/pv/storesession.hpp b/pv/storesession.hpp index ce737f34..946fac41 100644 --- a/pv/storesession.hpp +++ b/pv/storesession.hpp @@ -18,12 +18,13 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_STORESESSION_H -#define PULSEVIEW_PV_STORESESSION_H +#ifndef PULSEVIEW_PV_STORESESSION_HPP +#define PULSEVIEW_PV_STORESESSION_HPP #include #include +#include #include #include #include @@ -80,6 +81,7 @@ private: const Session &session_; std::shared_ptr output_; + std::ofstream output_stream_; std::thread thread_; @@ -93,4 +95,4 @@ private: } // pv -#endif // PULSEVIEW_PV_STORESESSION_H +#endif // PULSEVIEW_PV_STORESESSION_HPP