Add bt_plugin_find_component_class()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Apr 2017 20:19:57 +0000 (16:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:41 +0000 (12:57 -0400)
commit2b43acf9fd5d2062f3f4154f0c7cf95819e976ea
tree812a4d44890ad4e4fff7be5cf631cdc5544584d2
parentf45bfe885f3caf263696507c0c47e9608906af39
Add bt_plugin_find_component_class()

This patch also renames bt_plugin_create_from_name() to bt_plugin_find()
which seems more intuitive. bt_plugin_find_component_class() simply
calls bt_plugin_find() and then gets one of its component classes.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/plugin/plugin.h
lib/plugin/plugin.c
tests/lib/test_plugin.c
This page took 0.028032 seconds and 4 git commands to generate.