X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsigsession.h;h=8520a1e7fe5acbbdfcafc0645fd5bce94654a24c;hp=b2dc467612655e59e1e189f78e813832f9b6bac4;hb=5045f16d20921a6befc0c367a77a1cb838d9278e;hpb=0912f8a7b0fde306f2616fef3c63ce742006602d 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;