X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoder.h;h=93d8fa6a89fb8dae531e48d9f01e0f7c5d4526d7;hb=b213ef0991a13af0c74ffe5c54382c5c455c5496;hp=c881403b42e22f8f1391d4d80c94e2ecaee1cf12;hpb=9cef95672622f4ecdb21edef9d81a10c789daf1e;p=pulseview.git diff --git a/pv/data/decoder.h b/pv/data/decoder.h index c881403..93d8fa6 100644 --- a/pv/data/decoder.h +++ b/pv/data/decoder.h @@ -30,9 +30,13 @@ #include +#include + struct srd_decoder; struct srd_decoder_inst; struct srd_probe; +struct srd_proto_data; +struct srd_session; namespace pv { @@ -92,6 +96,7 @@ private: _probes; GHashTable *_options; + srd_session *_session; srd_decoder_inst *_decoder_inst; mutable boost::mutex _annotations_mutex;