X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fsigsession.h;h=8520a1e7fe5acbbdfcafc0645fd5bce94654a24c;hb=d5bf2c6ce9dfcffdc94c6b71c8f015e88b8bc2b8;hp=b2dc467612655e59e1e189f78e813832f9b6bac4;hpb=f2edb55712e1f295935582558f694077da8d81e6;p=pulseview.git diff --git a/pv/sigsession.h b/pv/sigsession.h index b2dc4676..8520a1e7 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -102,7 +102,7 @@ private: const struct sr_datafeed_packet *packet); static void data_feed_in_proc(const struct sr_dev_inst *sdi, - const struct sr_datafeed_packet *packet); + const struct sr_datafeed_packet *packet, void *cb_data); private: mutable boost::mutex _sampling_mutex;