X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsigsession.h;h=7805eec65085ee24d7d2f8917eb09f0eca774172;hp=af01ec40a0a59b695bf639bbff367422bc56e306;hb=488883133fefe0af41737cea9b2fc9eb114042b8;hpb=9dbb80b0dbc0fc51a11e42f8e10fc72e9b66f694 diff --git a/pv/sigsession.h b/pv/sigsession.h index af01ec40..7805eec6 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -64,8 +64,8 @@ public: capture_state get_capture_state() const; - void start_capture(struct sr_dev_inst* sdi, uint64_t record_length, - uint64_t sample_rate); + void start_capture(struct sr_dev_inst* sdi, + uint64_t record_length); void stop_capture(); @@ -81,7 +81,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 sample_rate); + uint64_t record_length); void feed_in_header(const sr_dev_inst *sdi);