]> sigrok.org Git - libsigrok.git/blobdiff - output/gnuplot.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / output / gnuplot.c
index cadd4fa3b8c2f4f46fdc742674e348561d975efa..8976263a37d179a253d837a6fe0466e54fb1e83b 100644 (file)
@@ -51,7 +51,7 @@ static const char *gnuplot_header_comment = "\
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        GSList *l;
        GVariant *gvar;
        uint64_t samplerate;