lib: Add functions to borrow specialized component classes from specialized components
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 1 May 2019 14:17:33 +0000 (10:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:40 +0000 (18:19 -0400)
commit61fd44ac72299fadcaa04c19c4ffee7bfa6ccadb
tree37634d6a7eedd10cf3741de7978243a7deefe533
parent77b70d39c780fd11de8ea650cb30defd92516b4f
lib: Add functions to borrow specialized component classes from specialized components

The API currently contains a function to obtain a 'bt_component_class *'
from a 'bt_component *'.  This patch adds functions to obtain a
specialized component class from a specialized component.  For example,
a 'bt_component_class_source *' from a 'bt_component_source *'.

Change-Id: Ide192c7759f630adbc884def2e5c462ce2b8f973
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1161
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
bindings/python/bt2/bt2/native_bt_component.i
include/babeltrace/graph/component-filter-const.h
include/babeltrace/graph/component-sink-const.h
include/babeltrace/graph/component-source-const.h
lib/graph/component-filter.c
lib/graph/component-sink.c
lib/graph/component-source.c
This page took 0.02592 seconds and 4 git commands to generate.