X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Futils%2Fdummy%2Fdummy.h;h=ed5bb887e8ea6211ec09584ead7e3fe96a5c5d29;hb=21a9f056fd7d86d18aa7a1700c7f47d93eb1adeb;hp=2b05f6cfd0ebacd5023350050d4377eba75b9090;hpb=91d8147391efdc4d42cc4e1c171a65c0372a008f;p=babeltrace.git diff --git a/src/plugins/utils/dummy/dummy.h b/src/plugins/utils/dummy/dummy.h index 2b05f6cf..ed5bb887 100644 --- a/src/plugins/utils/dummy/dummy.h +++ b/src/plugins/utils/dummy/dummy.h @@ -33,19 +33,20 @@ struct dummy { }; BT_HIDDEN -bt_self_component_status dummy_init( +bt_component_class_initialize_method_status dummy_init( bt_self_component_sink *component, + bt_self_component_sink_configuration *config, const bt_value *params, void *init_method_data); BT_HIDDEN void dummy_finalize(bt_self_component_sink *component); BT_HIDDEN -bt_self_component_status dummy_graph_is_configured( +bt_component_class_sink_graph_is_configured_method_status dummy_graph_is_configured( bt_self_component_sink *comp); BT_HIDDEN -bt_self_component_status dummy_consume( +bt_component_class_sink_consume_method_status dummy_consume( bt_self_component_sink *component); #endif /* BABELTRACE_PLUGINS_UTILS_DUMMY_H */