flt.utils.muxer: remove `assume-absolute-clock-classes` param
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 19 Sep 2019 19:06:58 +0000 (15:06 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 20 Sep 2019 19:11:35 +0000 (15:11 -0400)
commit74f4949e3f9bfc452f48cd9d9fec1dccbb1f0404
tree85aba412b6d69e8a3861daac531829b70b3d40d8
parent9412c5561f37f5c11aa0784b4714f574c1aade83
flt.utils.muxer: remove `assume-absolute-clock-classes` param

It's a now a postcondition that all the messages of a given message
iterator have compatible clock classes. Thus the
`assume-absolute-clock-classes` parameter is useless as there is no more
need to force a muxer to accept possibly non-compatible clock classes
because we check that they are indeed all compatible.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I1efcd99abfd1da1d9a4b7c9c6962f898446d31d1
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2067
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Jonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/plugins/utils/muxer/muxer.c
This page took 0.024171 seconds and 4 git commands to generate.