Rename <babeltrace/component/...> -> <babeltrace/graph/...>
[babeltrace.git] / plugins / utils / dummy / dummy.h
index f2133229317852781d7af2e3b698e695f3d9adb9..77e25111c9d573e4afd7c74e3652511f28f1b881 100644 (file)
@@ -24,9 +24,9 @@
  */
 
 #include <glib.h>
-#include <babeltrace/component/private-component.h>
-#include <babeltrace/component/private-port.h>
-#include <babeltrace/component/port.h>
+#include <babeltrace/graph/private-component.h>
+#include <babeltrace/graph/private-port.h>
+#include <babeltrace/graph/port.h>
 
 struct dummy {
        GPtrArray *iterators;
@@ -34,7 +34,7 @@ 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 *self_port,
This page took 0.023594 seconds and 4 git commands to generate.