]> sigrok.org Git - libsigrok.git/blobdiff - output/output_vcd.c
Add sr_ prefix for 'struct probe'.
[libsigrok.git] / output / output_vcd.c
index f34eaa8c1a31c93c10c28de53badc3d155770866..332a67d0087bb81a86b65b5c3b7bdee3a68b82bd 100644 (file)
@@ -52,7 +52,7 @@ $comment\n  Acquisition with %d/%d probes at %s\n$end\n";
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct probe *probe;
+       struct sr_probe *probe;
        GSList *l;
        int num_probes, i;
        char *samplerate_s, *frequency_s, *timestamp;