Remove bt_ctf_stream_class_get_event_class_by_name()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Apr 2017 23:06:09 +0000 (19:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:41 +0000 (12:57 -0400)
commita9f0d01b276e2bb637ad4bea1e8863e144911f55
tree09d3bceccb538208e6ebb9a1a2f3ed6aa394de29
parent4026c9e26ceced4188ac47b389d2129779236b0b
Remove bt_ctf_stream_class_get_event_class_by_name()

CTF allows two event classes of the same stream class to have the same
name, but all event classes must have a unique ID. Remove
bt_ctf_stream_class_get_event_class_by_name() because this would need to
return a set of event classes, not just one, and this feature is not
strictly needed for the 2.0 target.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/stream-class.h
lib/ctf-ir/stream-class.c
plugins/ctf/common/metadata/visitor-generate-ir.c
plugins/debug-info/copy.c
plugins/writer/write.c
tests/lib/test_ctf_writer.c
This page took 0.0253 seconds and 4 git commands to generate.