X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoder.h;h=5a4b4a991f32adadca0c029b4227db0b5e5f694a;hb=9d20a7415bfe41d8985fb026ef0ba164de08c313;hp=c881403b42e22f8f1391d4d80c94e2ecaee1cf12;hpb=aca00b1e0d3483926c53dfd856483a397f1c29a5;p=pulseview.git diff --git a/pv/data/decoder.h b/pv/data/decoder.h index c881403..5a4b4a9 100644 --- a/pv/data/decoder.h +++ b/pv/data/decoder.h @@ -33,6 +33,7 @@ struct srd_decoder; struct srd_decoder_inst; struct srd_probe; +struct srd_session; namespace pv { @@ -92,6 +93,7 @@ private: _probes; GHashTable *_options; + srd_session *_session; srd_decoder_inst *_decoder_inst; mutable boost::mutex _annotations_mutex;