Event notification: make sure contained event has a trace
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 18 May 2017 23:49:53 +0000 (19:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:43 +0000 (12:57 -0400)
commita68c0f97106c1b5ef70ec92a3e88e5e830a8b31f
tree37ddbe46c455ad3a39e0bcd62e37e6b50743837b
parent19abc2c651500e2dcabdd0ab5251d418ce312385
Event notification: make sure contained event has a trace

Because we need to keep support for legacy CTF writer behaviours, we can
still create a "floating" event without its stream class attached to a
trace. Disallow the creation of an event notification with such an event
to provide the guarantee to filter and sink components that you can
always find the trace of an event notification's event.

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.024129 seconds and 4 git commands to generate.