X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Futils%2Fdummy%2Fdummy.h;h=5bc09fde707311a9737fa79e38a8c95170753103;hb=fbd8a4e0144aa7777bedcd8c05daec61d594634d;hp=2b05f6cfd0ebacd5023350050d4377eba75b9090;hpb=85e7137bc3a69800efca39a38eea8deb4816d4a9;p=babeltrace.git diff --git a/src/plugins/utils/dummy/dummy.h b/src/plugins/utils/dummy/dummy.h index 2b05f6cf..5bc09fde 100644 --- a/src/plugins/utils/dummy/dummy.h +++ b/src/plugins/utils/dummy/dummy.h @@ -26,26 +26,26 @@ #include #include #include "common/macros.h" -#include struct dummy { - bt_self_component_port_input_message_iterator *msg_iter; + bt_message_iterator *msg_iter; }; 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 */