Event notification: validate that CC in the CC prio map have a value
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 7 Apr 2017 17:55:56 +0000 (13:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:41 +0000 (12:57 -0400)
commitd8a36e1465244032decac7121c4fcb3c888dbd91
tree604126e3be7d8ab72aa8e58d3ec03811ae2eccb2
parent6af7ca28f2729ee572dadc3fd9c146740703fa78
Event notification: validate that CC in the CC prio map have a value

Instead of making sure that all the trace's clock classes have a value
and a priority in an event, instead make sure that all the clock classes
found in the event notification's clock class priority map have a value
in the event and that this clock class is part of the event's trace.

This makes it possible for an event to have only clock values for
relevant clock classes, not all the trace's, or even to have no value
at all.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/graph/notification/event.c
This page took 0.02556 seconds and 4 git commands to generate.