ir: do not automatically generate a UUID in bt_ctf_clock_class_create()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 8 Jun 2017 22:58:33 +0000 (18:58 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 21:03:27 +0000 (17:03 -0400)
commit75c3fca1fc5b7fb625894a670b6d814d106161b6
tree5696f9e1a3e50bc42227776c0b4cced5d96a1fd9
parentbfa9a4be6ef22434c7ce0a5953e7daef7e39d2fb
ir: do not automatically generate a UUID in bt_ctf_clock_class_create()

A clock class should be created empty, without a generated UUID which is
different each time. To maintain backward compatibility, a CTF writer
clock automatically generates a UUID on creation to set its private
clock class's UUID.

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
lib/ctf-writer/clock.c
This page took 0.024564 seconds and 4 git commands to generate.