lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / src / plugins / lttng-utils / debug-info / debug-info.h
index 6319545b87dd67b9be62fdd01acf6ab0c886afdc..f39f3bb351125095e075aae1929f9a0ad6be3ab6 100644 (file)
@@ -37,6 +37,7 @@
 BT_HIDDEN
 bt_component_class_init_method_status debug_info_comp_init(
                bt_self_component_filter *self_comp,
+               bt_self_component_filter_configuration *config,
                const bt_value *params, void *init_method_data);
 
 BT_HIDDEN
@@ -45,6 +46,7 @@ void debug_info_comp_finalize(bt_self_component_filter *self_comp);
 BT_HIDDEN
 bt_component_class_message_iterator_init_method_status debug_info_msg_iter_init(
                bt_self_message_iterator *self_msg_iter,
+               bt_self_message_iterator_configuration *config,
                bt_self_component_filter *self_comp,
                bt_self_component_port_output *self_port);
 
This page took 0.034427 seconds and 4 git commands to generate.