Add iterator and source implementations
[babeltrace.git] / include / babeltrace / plugin / source-internal.h
index 75508dce8a902a2599fc5a0583ea6d317ccf720b..0388105309bec560497b53019315ea9e276d314c 100644 (file)
@@ -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 */
This page took 0.042696 seconds and 4 git commands to generate.