summaryrefslogtreecommitdiff
path: root/sigrokdecode.h
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-01-24 02:02:03 +0100
committerBert Vermeulen <bert@biot.com>2012-01-24 02:02:03 +0100
commitb3b2cae8e36ca939f1a8535e95431ceefa8a1cb8 (patch)
treecac2b856f85943ad7f5b1acabbaf04b679a3aa58 /sigrokdecode.h
parent9d9fcb375d7702082146bf917a5d19cc83480eae (diff)
downloadlibsigrokdecode-b3b2cae8e36ca939f1a8535e95431ceefa8a1cb8.tar.gz
libsigrokdecode-b3b2cae8e36ca939f1a8535e95431ceefa8a1cb8.zip
srd: change struct srd_pd_output to have a path to the DI, not the decoder.
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r--sigrokdecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h
index dfddb13..0f332b2 100644
--- a/sigrokdecode.h
+++ b/sigrokdecode.h
@@ -140,7 +140,7 @@ struct srd_decoder_instance {
struct srd_pd_output {
int pdo_id;
int output_type;
- struct srd_decoder *decoder;
+ struct srd_decoder_instance *di;
char *proto_id;
};