]> sigrok.org Git - libsigrokdecode.git/blobdiff - libsigrokdecode.h
Add PD tags handling and some tags
[libsigrokdecode.git] / libsigrokdecode.h
index 55620a7f52551df6e01ea1521711ce34fdf12496..84c80e4195641fcdfea2656a558f672ba057ff9e 100644 (file)
@@ -161,6 +161,9 @@ struct srd_decoder {
        /** List of possible decoder output IDs. */
        GSList *outputs;
 
+       /** List of tags associated with this decoder. */
+       GSList *tags;
+
        /** List of channels required by this decoder. */
        GSList *channels;