Rename <babeltrace/component/...> -> <babeltrace/graph/...>
[babeltrace.git] / plugins / utils / dummy / dummy.h
index 4800d4ff3066f909a1635dd55cd1d8fd7443dd95..77e25111c9d573e4afd7c74e3652511f28f1b881 100644 (file)
@@ -24,8 +24,9 @@
  */
 
 #include <glib.h>
-#include <babeltrace/component/private-component.h>
-#include <babeltrace/component/private-port.h>
+#include <babeltrace/graph/private-component.h>
+#include <babeltrace/graph/private-port.h>
+#include <babeltrace/graph/port.h>
 
 struct dummy {
        GPtrArray *iterators;
@@ -33,10 +34,11 @@ struct dummy {
 
 enum bt_component_status dummy_init(struct bt_private_component *component,
                struct bt_value *params, void *init_method_data);
-void dummy_destroy(struct bt_private_component *component);
+void dummy_finalize(struct bt_private_component *component);
 enum bt_component_status dummy_accept_port_connection(
                struct bt_private_component *component,
-               struct bt_private_port *own_port);
+               struct bt_private_port *self_port,
+               struct bt_port *other_port);
 enum bt_component_status dummy_consume(struct bt_private_component *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_DUMMY_H */
This page took 0.03489 seconds and 4 git commands to generate.