]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
probe_groups: Add a name field to sr_probe_group.
[libsigrok.git] / libsigrok.h
index 32b23380bd2cde66bf96913785cd32d1bbd15115..2232071cf6a3e60af43383a21a35308cf58b6a3e 100644 (file)
@@ -550,10 +550,11 @@ struct sr_probe {
 };
 
 struct sr_probe_group {
+       char *name;
        /* List of sr_probe structs. */
        GSList *probes;
        /* Private data for driver use. */
-       void *data;
+       void *priv;
 };
 
 struct sr_config {