]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.h
text: Use a GSList of enabled probe names, not an array.
[libsigrok.git] / output / text / text.h
index f3ada90dc23ae3af3ae7b91865aa7740e683c087..8d5c98760924a004c9031ad09abf9e32f4ae8816 100644 (file)
@@ -36,7 +36,7 @@ struct context {
        unsigned int unitsize;
        int line_offset;
        int linebuf_len;
-       char *probelist[SR_MAX_NUM_PROBES + 1];
+       GSList *probenames;
        uint8_t *linebuf;
        int spl_cnt;
        uint8_t *linevalues;