X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoder.h;h=8a0f00a42a5a731bb83b48d3a2c0bd6a3ce05e13;hb=67fe5e9c02e4e9cfe94d465a0a5e5b598129e4e3;hp=4cae427ea95813e842be6aaa25fb93641ee0de1d;hpb=4206fe26e6b3f6439e382a072f5ff67c009f412a;p=pulseview.git diff --git a/pv/data/decoder.h b/pv/data/decoder.h index 4cae427..8a0f00a 100644 --- a/pv/data/decoder.h +++ b/pv/data/decoder.h @@ -61,7 +61,8 @@ private: public: Decoder(const srd_decoder *const decoder, std::map > probes); + boost::shared_ptr > probes, + GHashTable *options); virtual ~Decoder(); @@ -86,6 +87,7 @@ private: const srd_decoder *const _decoder; std::map > _probes; + GHashTable *_options; srd_decoder_inst *_decoder_inst;