Event notification: pass CC priority map on creation
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 31 Mar 2017 05:12:08 +0000 (01:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:39 +0000 (12:57 -0400)
commit599faa1c75b3c429745e0d4a983670c3dd205092
tree71e0c960b93a501fe7e0e6d4c206c95113a1aeb3
parentdc3fffef7b84cc4af1a7c99828fd57a106cd2257
Event notification: pass CC priority map on creation

An event notification must have an associated clock class priority map
to indicate the ranks of its event's clock values.

As of this patch, a ctf.fs source component always set the priority of
all the parsed clock classes to 0.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/graph/notification-event-internal.h
include/babeltrace/graph/notification-event.h
lib/component/notification/event.c
plugins/ctf/common/notif-iter/notif-iter.c
plugins/ctf/common/notif-iter/notif-iter.h
plugins/ctf/fs/data-stream.c
plugins/ctf/fs/fs.c
plugins/ctf/fs/fs.h
This page took 0.025441 seconds and 4 git commands to generate.