X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fdummy%2Fdummy.h;h=833df41e4b7e2890e35bd44fc860f37f28530a0a;hb=b19ff26f04df428047676dd736bd7cc9473906fe;hp=d6a9bd127e19955c0d3f72ccbb811c58bf11cc05;hpb=c5b9b4417bedfbec9b5dd23b8395ccdd4eeffc44;p=babeltrace.git diff --git a/plugins/utils/dummy/dummy.h b/plugins/utils/dummy/dummy.h index d6a9bd12..833df41e 100644 --- a/plugins/utils/dummy/dummy.h +++ b/plugins/utils/dummy/dummy.h @@ -29,25 +29,25 @@ #include struct dummy { - struct bt_self_component_port_input_notification_iterator *notif_iter; + bt_self_component_port_input_notification_iterator *notif_iter; }; BT_HIDDEN enum bt_self_component_status dummy_init( - struct bt_self_component_sink *component, - const struct bt_value *params, void *init_method_data); + bt_self_component_sink *component, + const bt_value *params, void *init_method_data); BT_HIDDEN -void dummy_finalize(struct bt_self_component_sink *component); +void dummy_finalize(bt_self_component_sink *component); BT_HIDDEN enum bt_self_component_status dummy_port_connected( - struct bt_self_component_sink *comp, - struct bt_self_component_port_input *self_port, - const struct bt_port_output *other_port); + bt_self_component_sink *comp, + bt_self_component_port_input *self_port, + const bt_port_output *other_port); BT_HIDDEN enum bt_self_component_status dummy_consume( - struct bt_self_component_sink *component); + bt_self_component_sink *component); #endif /* BABELTRACE_PLUGINS_UTILS_DUMMY_H */