Sinks own their input iterators
[babeltrace.git] / include / babeltrace / plugin / component-class-internal.h
index f23f256672b0655e97d397e5d5af60783e157f0e..132a4e8dadfb687ce3516463a2aff018e765ec3f 100644 (file)
@@ -42,13 +42,13 @@ struct bt_component_class {
 };
 
 BT_HIDDEN
-int bt_component_class_init(
-               struct bt_component_class *class, enum bt_component_type type,
+int bt_component_class_init(struct bt_component_class *class, enum bt_component_type type,
                const char *name);
 
 BT_HIDDEN
 struct bt_component_class *bt_component_class_create(
                enum bt_component_type type, const char *name,
-               const char *description, struct bt_plugin *plugin);
+               const char *description, bt_component_init_cb init,
+               struct bt_plugin *plugin);
 
 #endif /* BABELTRACE_PLUGIN_COMPONENT_CLASS_INTERNAL_H */
This page took 0.043015 seconds and 4 git commands to generate.