From b3b2cae8e36ca939f1a8535e95431ceefa8a1cb8 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Tue, 24 Jan 2012 02:02:03 +0100 Subject: srd: change struct srd_pd_output to have a path to the DI, not the decoder. --- sigrokdecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigrokdecode.h') 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; }; -- cgit v1.2.3-70-g09d2