Fix: flt.utils.muxer: reject two different clock classes with unknown origin and...
[babeltrace.git] / src / plugins / utils / muxer / msg-iter.hpp
index d6daefb48e226a8f2422147d491b5e62f973ee57..d8c33c3787bb1b6a38b210098498c053f25c2db6 100644 (file)
@@ -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<bt2c::Uuid> _mExpectedClkClsUuid;
+    bt2::ConstClockClass::Shared _mExpectedClkCls;
 };
 
 } /* namespace bt2mux */
This page took 0.023372 seconds and 4 git commands to generate.