X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.h;h=e6a5140989dcea0a58ec8ace4a40bae4714eba3a;hp=bdadc2c3e72e44eccc2ca7012f3260358d412824;hb=4871ed92f2d9e6e514223383ba16e6ad78c81161;hpb=2445160a5d1eb98196d2a1d57246d4c37dd13811 diff --git a/pv/device/devinst.h b/pv/device/devinst.h index bdadc2c..e6a5140 100644 --- a/pv/device/devinst.h +++ b/pv/device/devinst.h @@ -32,7 +32,7 @@ #include struct sr_dev_inst; -struct sr_probe; +struct sr_channel; struct sr_channel_group; namespace pv { @@ -65,7 +65,7 @@ public: GVariant* list_config(const sr_channel_group *group, int key); - void enable_probe(const sr_probe *probe, bool enable = true); + void enable_probe(const sr_channel *probe, bool enable = true); /** * @brief Gets the sample limit from the driver.