lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index 57de598b974473c95e7798b9bc434ff8857d5f23..0c86a687b50c2855f33178a21d63f4829cbbee25 100644 (file)
@@ -280,6 +280,7 @@ bt_component_class_message_iterator_next_method_status lttng_live_msg_iter_next(
 
 bt_component_class_message_iterator_init_method_status lttng_live_msg_iter_init(
                bt_self_message_iterator *self_msg_it,
+               bt_self_message_iterator_configuration *config,
                bt_self_component_source *self_comp,
                bt_self_component_port_output *self_port);
 
This page took 0.024126 seconds and 4 git commands to generate.