lib: Rename to libbabeltrace2
[babeltrace.git] / lib / plugin / plugin.c
index ce13d01b3a0bbbfbab7c54ef84209aba5daacda8..9f0bc2ac22efdba4f4299e89690de6575b6224a1 100644 (file)
@@ -46,7 +46,7 @@
 #include <ftw.h>
 #include <pthread.h>
 
-#define PYTHON_PLUGIN_PROVIDER_FILENAME        "libbabeltrace-python-plugin-provider." G_MODULE_SUFFIX
+#define PYTHON_PLUGIN_PROVIDER_FILENAME        "libbabeltrace2-python-plugin-provider." G_MODULE_SUFFIX
 #define PYTHON_PLUGIN_PROVIDER_SYM_NAME        bt_plugin_python_create_all_from_file
 #define PYTHON_PLUGIN_PROVIDER_SYM_NAME_STR    TOSTRING(PYTHON_PLUGIN_PROVIDER_SYM_NAME)
 
@@ -538,7 +538,7 @@ struct bt_component_class *borrow_component_class_by_index(
 }
 
 const struct bt_component_class_source *
-bt_plugin_borrow_source_component_class_by_index_const_const(
+bt_plugin_borrow_source_component_class_by_index_const(
                const struct bt_plugin *plugin, uint64_t index)
 {
        return (const void *) borrow_component_class_by_index(plugin,
This page took 0.023507 seconds and 4 git commands to generate.