Recursively search the plugin path
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 29 Jul 2016 22:10:08 +0000 (18:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 17:41:38 +0000 (13:41 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace.c

index 384b02f9f228fd98634f3a60b927b91612cc40cc..035c4a250badf04c0fe683671dd16cb35afb3d07 100644 (file)
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
                goto end;
        }
 
-       ret = bt_component_factory_load(component_factory, opt_plugin_path);
+       ret = bt_component_factory_load_recursive(component_factory, opt_plugin_path);
        if (ret) {
                fprintf(stderr, "Failed to load plugins.\n");
                goto end;
This page took 0.024056 seconds and 4 git commands to generate.