Add iterator and source implementations
[babeltrace.git] / include / babeltrace / plugin / source-internal.h
index 54af8b703abe3148dc074e68388d47fc2b17c8e9..0388105309bec560497b53019315ea9e276d314c 100644 (file)
 #include <babeltrace/plugin/component-internal.h>
 #include <babeltrace/plugin/plugin-system.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 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;
 };
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* BABELTRACE_PLUGIN_SOURCE_INTERNAL_H */
This page took 0.024963 seconds and 4 git commands to generate.