]> sigrok.org Git - libsigrokdecode.git/blobdiff - libsigrokdecode.h
modbus: Make C->S and S->C configurable, add framegap option.
[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;