summaryrefslogtreecommitdiff
path: root/libsigrokdecode.h
diff options
context:
space:
mode:
authorSoeren Apel <soeren@apelpie.net>2018-12-28 11:41:41 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-03-13 19:22:52 +0100
commit4c180223a8ae12feb7bc3601e07e848fb9cdb493 (patch)
treee1102c76fa4ee2d5623b0a8cd17d069889350b94 /libsigrokdecode.h
parent49d3e6f83c68e62138621f94bf5e22c9d7717fca (diff)
downloadlibsigrokdecode-4c180223a8ae12feb7bc3601e07e848fb9cdb493.tar.gz
libsigrokdecode-4c180223a8ae12feb7bc3601e07e848fb9cdb493.zip
Add PD tags handling and some tags
Diffstat (limited to 'libsigrokdecode.h')
-rw-r--r--libsigrokdecode.h3
1 files changed, 3 insertions, 0 deletions
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;