X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fcomponent-factory-internal.h;h=69c16419396c908949e9f4ce91af87c113f76582;hb=47e5a0329d01fa74bdf8b3fdcf75940f6789c93f;hp=4810e9cad450bc567ec90f58eb18edf71933f922;hpb=48c86b66fe007c348e5ce543d8ee1ce7a066f894;p=babeltrace.git diff --git a/include/babeltrace/plugin/component-factory-internal.h b/include/babeltrace/plugin/component-factory-internal.h index 4810e9ca..69c16419 100644 --- a/include/babeltrace/plugin/component-factory-internal.h +++ b/include/babeltrace/plugin/component-factory-internal.h @@ -38,13 +38,13 @@ * @param name Component instance name (will be copied) * @param private_data Private component implementation data * @param destroy_cb Component private data clean-up callback - * @param iterator_create_cb Iterator creation callback + * @param iterator_init_cb Iterator initialization callback * @returns A source component instance */ BT_HIDDEN extern struct bt_component *bt_component_source_create(const char *name, void *private_data, bt_component_destroy_cb destroy_func, - bt_component_source_iterator_create_cb iterator_create_cb); + bt_component_source_iterator_init_cb iterator_init_cb); /** * Allocate a sink component.