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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:36 +0000 (18:19 -0400)
commit781ae9119b02435d6326a8915ff1cb7e954c3ff5
tree3009966c0cc42ae0253b233284932923c9d489de
parent8eee8ea204462cf0efd8c3b59a4dd57709fffb0b
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.025302 seconds and 4 git commands to generate.