Rename `init` methods to `initialize`
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink.h
index e59e1249b0e64def79a41cc9006d8b1d758bd594..95d624de59f3b06f0ddf9cc3d2b53d39c1feab8c 100644 (file)
@@ -66,17 +66,18 @@ struct fs_sink_comp {
 };
 
 BT_HIDDEN
-bt_self_component_status ctf_fs_sink_init(
+bt_component_class_initialize_method_status ctf_fs_sink_init(
                bt_self_component_sink *component,
+               bt_self_component_sink_configuration *config,
                const bt_value *params,
                void *init_method_data);
 
 BT_HIDDEN
-bt_self_component_status ctf_fs_sink_consume(
+bt_component_class_sink_consume_method_status ctf_fs_sink_consume(
                bt_self_component_sink *component);
 
 BT_HIDDEN
-bt_self_component_status ctf_fs_sink_graph_is_configured(
+bt_component_class_sink_graph_is_configured_method_status ctf_fs_sink_graph_is_configured(
                bt_self_component_sink *component);
 
 BT_HIDDEN
This page took 0.022833 seconds and 4 git commands to generate.