X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fsegment.hpp;h=f5a00c9581530529044cb33d283f52cbb7c1d162;hp=4c6c36af3c3b0c0b6245ae0e257a2f1000992ae2;hb=50e56db003055e96c5a12e675889e4afad07b65c;hpb=2836487f7500f9775356f67711754df92cb4e282 diff --git a/pv/data/segment.hpp b/pv/data/segment.hpp index 4c6c36a..f5a00c9 100644 --- a/pv/data/segment.hpp +++ b/pv/data/segment.hpp @@ -90,6 +90,7 @@ protected: void continue_sample_iteration(SegmentDataIterator* it, uint64_t increase); void end_sample_iteration(SegmentDataIterator* it); uint8_t* get_iterator_value(SegmentDataIterator* it); + uint64_t get_iterator_valid_length(SegmentDataIterator* it); uint32_t segment_id_; mutable recursive_mutex mutex_;