lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index 967344dcc1909f100b60c764d78baccb52a67978..57de598b974473c95e7798b9bc434ff8857d5f23 100644 (file)
@@ -262,6 +262,7 @@ enum lttng_live_iterator_status {
 
 bt_component_class_init_method_status lttng_live_component_init(
                bt_self_component_source *self_comp,
+               bt_self_component_source_configuration *config,
                const bt_value *params, void *init_method_data);
 
 bt_component_class_query_method_status lttng_live_query(
This page took 0.033769 seconds and 4 git commands to generate.