]> sigrok.org Git - libsigrok.git/commitdiff
sr: add driver field to sr_dev_inst, to bring it on a par with sr_dev.
authorBert Vermeulen <redacted>
Thu, 12 Jul 2012 19:00:18 +0000 (21:00 +0200)
committerBert Vermeulen <redacted>
Fri, 3 Aug 2012 08:27:37 +0000 (10:27 +0200)
libsigrok.h

index 68f8ce8e498ecce1a9df21ad91897774620c1a6c..76b54b36007eead1049fc1711e40c5f79c95306c 100644 (file)
@@ -398,6 +398,7 @@ struct sr_hwcap_option {
 };
 
 struct sr_dev_inst {
+       struct sr_dev_driver *driver;
        int index;
        int status;
        int inst_type;