X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fsigsession.h;h=b8647db808f3ea7ea11f24456f22a6c196e98160;hb=7297c76e03140cc2a49214c242bf14214363bc53;hp=5bdd23456cfbdf88e7044d638ef434897efe2557;hpb=eec446e1588c41eb14de5e21a8383d10653c15bd;p=pulseview.git diff --git a/pv/sigsession.h b/pv/sigsession.h index 5bdd234..b8647db 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -83,7 +83,7 @@ private: void load_thread_proc(const std::string name); void sample_thread_proc(struct sr_dev_inst *sdi, - uint64_t record_length); + uint64_t record_length, uint64_t sample_rate); void feed_in_header(const sr_dev_inst *sdi); @@ -103,7 +103,6 @@ private: private: mutable boost::mutex _sampling_mutex; capture_state _capture_state; - uint64_t _sample_rate; mutable boost::mutex _signals_mutex; std::vector< boost::shared_ptr > _signals;