X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fsource-internal.h;h=0388105309bec560497b53019315ea9e276d314c;hb=47e5a0329d01fa74bdf8b3fdcf75940f6789c93f;hp=75508dce8a902a2599fc5a0583ea6d317ccf720b;hpb=48c86b66fe007c348e5ce543d8ee1ce7a066f894;p=babeltrace.git diff --git a/include/babeltrace/plugin/source-internal.h b/include/babeltrace/plugin/source-internal.h index 75508dce..03881053 100644 --- a/include/babeltrace/plugin/source-internal.h +++ b/include/babeltrace/plugin/source-internal.h @@ -35,7 +35,7 @@ struct bt_component_source { struct bt_component parent; /* Component implementation callbacks */ - bt_component_source_iterator_create_cb create_iterator; + bt_component_source_iterator_init_cb init_iterator; }; #endif /* BABELTRACE_PLUGIN_SOURCE_INTERNAL_H */