X-Git-Url: https://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Futils%2Fmuxer%2Fmsg-iter.hpp;fp=src%2Fplugins%2Futils%2Fmuxer%2Fmsg-iter.hpp;h=d8c33c3787bb1b6a38b210098498c053f25c2db6;hp=d6daefb48e226a8f2422147d491b5e62f973ee57;hb=0f63520992da61c0bd6945760e86bc62904d2224;hpb=dc0f6dd12e26b428fdc74f159d66182dd4b0b1e3 diff --git a/src/plugins/utils/muxer/msg-iter.hpp b/src/plugins/utils/muxer/msg-iter.hpp index d6daefb4..d8c33c37 100644 --- a/src/plugins/utils/muxer/msg-iter.hpp +++ b/src/plugins/utils/muxer/msg-iter.hpp @@ -123,9 +123,13 @@ private: * * For `ORIG_ISNT_UNIX_EPOCH_AND_SPEC_UUID`, `*_mExpectedClkClsUuid` * is the expected specific UUID. + * + * For `ORIG_ISNT_UNIX_EPOCH_AND_NO_UUID`, `_mExpectedClkCls` is the + * expected clock class. */ _ClkClsExpectation _mClkClsExpectation = _ClkClsExpectation::ANY; bt2s::optional _mExpectedClkClsUuid; + bt2::ConstClockClass::Shared _mExpectedClkCls; }; } /* namespace bt2mux */