X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrokdecode.h;h=deba470149306de3b30289affa6b7e38c53ee843;hb=d4d8ac2a005a091f23bf89cff2ff6fbfc8fcd739;hp=a26bce9a402ba720ac5e8c1141bccdd131b50966;hpb=66cff5a67110b3e9a4884ac3d8f7742d6f755e30;p=libsigrokdecode.git 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;