bt_ctf_clock_value_create(): freeze clock class
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 26 Jul 2017 19:58:37 +0000 (15:58 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 21 Aug 2017 21:02:22 +0000 (17:02 -0400)
commit203c03f766052b1cf5825ae6de0e4197193e2fb8
treeea3a4ff1b8b534f525add1e30db94516ba5890f9
parenteb87cce75225fabacbfe5f6f9b7741f580e75bc0
bt_ctf_clock_value_create(): freeze clock class

This is how other classes in the library work: when you instantiate a
class as a value (here a clock class as a clock value), the class is
frozen.

This patch does not seem to break the tests or change anything to the
CLI and plugins, which means all clock classes are already configured
before clock values are created out of them.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ctf-ir/clock-class.c
This page took 0.024425 seconds and 4 git commands to generate.