X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fplugin%2Fplugin.c;h=9f0bc2ac22efdba4f4299e89690de6575b6224a1;hb=a12f3d624772f543137e60252101871cd6017a06;hp=ce13d01b3a0bbbfbab7c54ef84209aba5daacda8;hpb=c8db321922f3730c70628a5e452baf8a046e70fd;p=babeltrace.git diff --git a/lib/plugin/plugin.c b/lib/plugin/plugin.c index ce13d01b..9f0bc2ac 100644 --- a/lib/plugin/plugin.c +++ b/lib/plugin/plugin.c @@ -46,7 +46,7 @@ #include #include -#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,