lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Dec 2018 17:44:10 +0000 (12:44 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitc8db321922f3730c70628a5e452baf8a046e70fd
treeb30e051f2866565943a0a9bfd8c75f6694d38b39
parentb19ff26f04df428047676dd736bd7cc9473906fe
lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()

Those functions return a const plugin set anyway, so we're not really
creating private objects as other *_create() functions do.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
cli/babeltrace.c
include/babeltrace/plugin/plugin-const.h
lib/plugin/plugin-so.c
lib/plugin/plugin.c
tests/lib/test_plugin.c
This page took 0.025466 seconds and 4 git commands to generate.