X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fself-component-port-input-message-iterator.h;h=d4ad8b5966d2d334f2c4bf5179617246837009e5;hb=ca02df0ad8ae9a1a3640956d91ca31059d0b203a;hp=67d6d83290d32d60bca40248864979fb6c73ae28;hpb=51f97fcc8c58d17aa224c150735f7e256e796f4e;p=babeltrace.git diff --git a/include/babeltrace2/graph/self-component-port-input-message-iterator.h b/include/babeltrace2/graph/self-component-port-input-message-iterator.h index 67d6d832..d4ad8b59 100644 --- a/include/babeltrace2/graph/self-component-port-input-message-iterator.h +++ b/include/babeltrace2/graph/self-component-port-input-message-iterator.h @@ -45,7 +45,13 @@ bt_self_component_port_input_message_iterator_as_message_iterator( } extern bt_self_component_port_input_message_iterator * -bt_self_component_port_input_message_iterator_create( +bt_self_component_port_input_message_iterator_create_from_message_iterator( + bt_self_message_iterator *self_msg_iter, + bt_self_component_port_input *input_port); + +extern bt_self_component_port_input_message_iterator * +bt_self_component_port_input_message_iterator_create_from_sink_component( + bt_self_component_sink *self_comp, bt_self_component_port_input *input_port); extern bt_component *