From d4d8ac2a005a091f23bf89cff2ff6fbfc8fcd739 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Mon, 9 Jul 2018 22:20:24 +0200 Subject: Make srd_inst_decode() return the actual decoder state, not SRD_OK --- libsigrokdecode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsigrokdecode.h') diff --git a/libsigrokdecode.h b/libsigrokdecode.h index a26bce9..deba470 100644 --- a/libsigrokdecode.h +++ b/libsigrokdecode.h @@ -277,6 +277,9 @@ struct srd_decoder_inst { /** Requests termination of wait() and decode(). */ gboolean want_wait_terminate; + /** Indicates the current state of the decoder stack. */ + int decoder_state; + GCond got_new_samples_cond; GCond handled_all_samples_cond; GMutex data_mutex; -- cgit v1.2.3-70-g09d2