]> sigrok.org Git - libsigrok.git/blobdiff - output/output_ols.c
Add sr_ prefix for 'struct probe'.
[libsigrok.git] / output / output_ols.c
index 1c57aee8e7579ca5c64754529a4d4bdf9d771c1d..e199bb461e8670a144203a7b62c3311190a12c54 100644 (file)
@@ -71,7 +71,7 @@ static void make_header(struct sr_output *o)
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct probe *probe;
+       struct sr_probe *probe;
        GSList *l;
        int num_enabled_probes;