]> sigrok.org Git - libsigrok.git/blobdiff - output/vcd.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / output / vcd.c
index 79145c1ae0b4f8d9e41dc3d58dea47b04b5f0168..7df345213250f2bc407d3821ba28c45aa0a6ea3d 100644 (file)
@@ -45,7 +45,7 @@ static const char *const vcd_header_comment =
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        GSList *l;
        GVariant *gvar;
        int num_probes, i;