Add bt_plugin_create_from_name()
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index 9bb04f2e6b126284d4fdab48498e7b4a4f59ceba..0ec3b6c03e777aae3b1a8ecfb13f1b3fae2be37a 100644 (file)
@@ -51,6 +51,8 @@ enum bt_plugin_status {
        BT_PLUGIN_STATUS_NOMEM =        -4,
 };
 
+extern struct bt_plugin *bt_plugin_create_from_name(const char *plugin_name);
+
 extern struct bt_plugin **bt_plugin_create_all_from_file(const char *path);
 
 extern struct bt_plugin **bt_plugin_create_all_from_dir(const char *path,
This page took 0.025046 seconds and 4 git commands to generate.