lib: remove bt_graph_interrupt, add bt_graph_borrow_default_interrupter
[babeltrace.git] / include / babeltrace2 / graph / self-message-iterator.h
index 025eb278a8dfb311e40f3196b467051f7f63d6d1..9aaa2767159918a63a4995e11c684dbd54e880a4 100644 (file)
@@ -40,7 +40,7 @@ extern bt_self_component *
 bt_self_message_iterator_borrow_component(
                bt_self_message_iterator *message_iterator);
 
-extern bt_self_port_output *
+extern bt_self_component_port_output *
 bt_self_message_iterator_borrow_port(
                bt_self_message_iterator *message_iterator);
 
@@ -51,6 +51,10 @@ extern void bt_self_message_iterator_set_data(
 extern void *bt_self_message_iterator_get_data(
                const bt_self_message_iterator *message_iterator);
 
+extern void bt_self_message_iterator_configuration_set_can_seek_forward(
+               bt_self_message_iterator_configuration *config,
+               bt_bool can_seek_forward);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.058654 seconds and 4 git commands to generate.