Build fix and sink implementation
[babeltrace.git] / include / babeltrace / plugin / component-internal.h
index 3fc85c858c90b905e5a40531960cfb4308f729b1..6c8689aaabd5cd2dfd781bd2bdac35b3f31bd439 100644 (file)
@@ -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
This page took 0.025309 seconds and 4 git commands to generate.