X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fcomponent-internal.h;h=6c8689aaabd5cd2dfd781bd2bdac35b3f31bd439;hb=0d884c50d1a934e65bf6893b0232b0e7fdecf70a;hp=3fc85c858c90b905e5a40531960cfb4308f729b1;hpb=430b94fafd782ba50c651378cc50535e3b8f59a0;p=babeltrace.git diff --git a/include/babeltrace/plugin/component-internal.h b/include/babeltrace/plugin/component-internal.h index 3fc85c85..6c8689aa 100644 --- a/include/babeltrace/plugin/component-internal.h +++ b/include/babeltrace/plugin/component-internal.h @@ -44,13 +44,13 @@ struct bt_notification; struct bt_component { struct bt_ctf_ref ref_count; GString *name; - enum bt_plugin_type type; + enum bt_component_type type; /** No ownership taken */ FILE *error_stream; void *user_data; - bt_plugin_destroy_cb user_data_destroy; - bt_plugin_destroy_cb destroy; + bt_component_destroy_cb user_data_destroy; + bt_component_destroy_cb destroy; }; BT_HIDDEN