Freeze bt_clock_class_priority_map in related notifications
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 26 Apr 2017 00:40:59 +0000 (20:40 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:41 +0000 (12:57 -0400)
commitfe650ea463f79d205d446a6f62b2e0016dbdf52e
treef00a4ad9517515a8e71fa5620a71dbc26a04c31b
parent223c70b226a2c96ba6f8864056ce86f147c4da6e
Freeze bt_clock_class_priority_map in related notifications

We don't want the relative priorities of a notification's clock classes
(event, inactivity) to change once it's emitted.

Should a new clock class be needed (with its own priority), you should
create a new clock class priority map.

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
lib/graph/notification/event.c
lib/graph/notification/inactivity.c
This page took 0.024338 seconds and 4 git commands to generate.