]> sigrok.org Git - libsigrok.git/blobdiff - output/output_gnuplot.c
Add sr_ prefix for 'struct probe'.
[libsigrok.git] / output / output_gnuplot.c
index 440e848c8c1d59bcb7e91b7733841a40797e81d6..99ab6d6be97f9a10a52dd54bc765109743a92aa9 100644 (file)
@@ -49,7 +49,7 @@ const char *gnuplot_header_comment = "\
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct probe *probe;
+       struct sr_probe *probe;
        GSList *l;
        uint64_t samplerate;
        unsigned int i;
@@ -194,7 +194,7 @@ static int data(struct sr_output *o, char *data_in, uint64_t length_in,
 static int analog_init(struct sr_output *o)
 {
        struct context *ctx;
-       struct probe *probe;
+       struct sr_probe *probe;
        GSList *l;
        uint64_t samplerate;
        unsigned int i;