X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fsigsession.h;h=8520a1e7fe5acbbdfcafc0645fd5bce94654a24c;hb=c6dd7ed262a3bc4879b511f516532bc954d743f4;hp=b2dc467612655e59e1e189f78e813832f9b6bac4;hpb=f2edb55712e1f295935582558f694077da8d81e6;p=pulseview.git diff --git a/pv/sigsession.h b/pv/sigsession.h index b2dc467..8520a1e 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;