X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrokdecode.h;h=84c80e4195641fcdfea2656a558f672ba057ff9e;hb=dcab210499527b4e9b5d41ebfa6852ca9e9e9df5;hp=55620a7f52551df6e01ea1521711ce34fdf12496;hpb=c7b211b18466c69df976a6d71f1c8ba30145f14c;p=libsigrokdecode.git diff --git a/libsigrokdecode.h b/libsigrokdecode.h index 55620a7..84c80e4 100644 --- a/libsigrokdecode.h +++ b/libsigrokdecode.h @@ -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;