Add bt_clock_class_priority_map_copy()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 26 Apr 2017 01:24:43 +0000 (21:24 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:41 +0000 (12:57 -0400)
commit7b5d7f76ccd2b17bb721a57ba4762dd3aa17db0f
tree670b9bf607453859130eed041c931e3de77cc73c
parent1acbbff52db2878be4afb0f205cbb7eeef2b4730
Add bt_clock_class_priority_map_copy()

Because bt_notification_event_create() and
bt_notification_inactivity_create() freeze their clock class priority
map on success, this utility should prove useful for components which
need to dynamically add clock classes.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/graph/clock-class-priority-map-internal.h
include/babeltrace/graph/clock-class-priority-map.h
lib/graph/clock-class-priority-map.c
tests/lib/test_cc_prio_map.c
This page took 0.040133 seconds and 4 git commands to generate.