lib: create input port msg iterator from self {msg iterator, sink comp.}
[babeltrace.git] / src / plugins / text / details / details.c
index 47a29326313fe5b1aba827dbc07f654bb873b3a6..34410187cb384adf6234ff6c6ba69af5770280c9 100644 (file)
@@ -453,8 +453,8 @@ details_graph_is_configured(bt_self_component_sink *comp)
                goto end;
        }
 
-       iterator = bt_self_component_port_input_message_iterator_create(
-               bt_self_component_sink_borrow_input_port_by_name(comp,
+       iterator = bt_self_component_port_input_message_iterator_create_from_sink_component(
+               comp, bt_self_component_sink_borrow_input_port_by_name(comp,
                        in_port_name));
        if (!iterator) {
                status = BT_COMPONENT_CLASS_SINK_GRAPH_IS_CONFIGURED_METHOD_STATUS_MEMORY_ERROR;
This page took 0.02399 seconds and 4 git commands to generate.