X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fcomponent-factory.h;h=350bf72ddafa5dc444100d52a083dd8c4521548f;hb=8738a040a7933a157d153a5adab52f134be3304a;hp=29e2eb5fe643384a1c4c34f56217bcefd7d857bd;hpb=a6fe9093ee7f987bee0028f652266d8b300091c4;p=babeltrace.git diff --git a/include/babeltrace/plugin/component-factory.h b/include/babeltrace/plugin/component-factory.h index 29e2eb5f..350bf72d 100644 --- a/include/babeltrace/plugin/component-factory.h +++ b/include/babeltrace/plugin/component-factory.h @@ -41,13 +41,11 @@ enum bt_component_status bt_component_factory_create(const char *path); enum bt_component_status bt_component_factory_register_source_component_class( struct bt_component_factory *factory, const char *name, - bt_component_init_cb init, bt_component_fini_cb fini, - bt_component_source_iterator_create_cb iterator_create_cb); + bt_component_source_init_cb init); enum bt_component_status bt_component_factory_register_sink_component_class( struct bt_component_factory *factory, const char *name, - bt_component_init_cb init, bt_component_fini_cb fini, - bt_component_sink_handle_notification_cb handle_notification_cb); + bt_component_sink_init_cb init); void bt_component_factory_destroy(struct bt_component_factory *factory);