lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / include / babeltrace2 / graph / self-component-port-input-message-iterator.h
index c83bd8db60cfd42d560f4649619486cc7b917ce9..a0c8c54e47412f84c68550fdd6255a9c71961cbc 100644 (file)
@@ -96,6 +96,10 @@ extern bt_message_iterator_seek_beginning_status
 bt_self_component_port_input_message_iterator_seek_beginning(
                bt_self_component_port_input_message_iterator *iterator);
 
+extern bt_bool
+bt_self_component_port_input_message_iterator_can_seek_forward(
+               bt_self_component_port_input_message_iterator *iterator);
+
 extern void bt_self_component_port_input_message_iterator_get_ref(
                const bt_self_component_port_input_message_iterator *self_component_port_input_message_iterator);
 
This page took 0.023891 seconds and 4 git commands to generate.