Move component iterator creation to base component class
[babeltrace.git] / include / babeltrace / plugin / component-internal.h
index 4239ac4dc80038bd954e11e1e31a94be12afae96..9cc39b3bbf2bd133310c32bcaf180f6752e95a74 100644 (file)
@@ -60,4 +60,8 @@ enum bt_component_status bt_component_init(struct bt_component *component,
 BT_HIDDEN
 enum bt_component_type bt_component_get_type(struct bt_component *component);
 
+BT_HIDDEN
+struct bt_notification_iterator *bt_component_create_iterator(
+               struct bt_component *component);
+
 #endif /* BABELTRACE_PLUGIN_COMPONENT_INTERNAL_H */
This page took 0.023291 seconds and 4 git commands to generate.