]> sigrok.org Git - libsigrokdecode.git/blobdiff - sigrokdecode.h
srd: change struct srd_pd_output to have a path to the DI, not the decoder.
[libsigrokdecode.git] / sigrokdecode.h
index dfddb1383aaddfcac9ee4e452aa192de9ab62ec4..0f332b2cc7b965110e2789bdcea782d46d2e1329 100644 (file)
@@ -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;
 };