lib: move bt_notification_iterator_next_return to component-class.h
[babeltrace.git] / include / babeltrace / graph / component-class.h
index c98088b1069dc7e152146195d9633c70b6166323..a4d1e7a26569878f0964632e1cc6ee9601e9c234 100644 (file)
@@ -58,6 +58,11 @@ enum bt_component_class_type {
        BT_COMPONENT_CLASS_TYPE_FILTER =        2,
 };
 
+struct bt_notification_iterator_next_return {
+       struct bt_notification *notification;
+       enum bt_notification_iterator_status status;
+};
+
 typedef enum bt_component_status (*bt_component_class_init_method)(
                struct bt_private_component *private_component,
                struct bt_value *params, void *init_method_data);
This page took 0.02371 seconds and 4 git commands to generate.