lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / include / babeltrace2 / graph / component-class-filter.h
index b95e18fc50f0b8e76ce9a4c606c1c83ae9f74dfd..1907fc0f292f52533bb497a06d169b73c20e053c 100644 (file)
@@ -56,6 +56,7 @@ typedef void (*bt_component_class_filter_finalize_method)(
 typedef bt_component_class_message_iterator_init_method_status
 (*bt_component_class_filter_message_iterator_init_method)(
                bt_self_message_iterator *message_iterator,
+               bt_self_message_iterator_configuration *config,
                bt_self_component_filter *self_component,
                bt_self_component_port_output *port);
 
This page took 0.023982 seconds and 4 git commands to generate.