tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / utils / dummy / dummy.h
index c87969d1c471a8bdc54a2468e5935bceefa2ade2..dfe21d18f21306f3f5a3284db3843a9c96313b7b 100644 (file)
@@ -24,8 +24,8 @@
  */
 
 #include <glib.h>
-#include <babeltrace/babeltrace.h>
-#include <babeltrace/babeltrace-internal.h>
+#include <babeltrace2/babeltrace.h>
+#include <babeltrace2/babeltrace-internal.h>
 #include <stdbool.h>
 
 struct dummy {
@@ -33,7 +33,7 @@ struct dummy {
 };
 
 BT_HIDDEN
-enum bt_self_component_status dummy_init(
+bt_self_component_status dummy_init(
                bt_self_component_sink *component,
                const bt_value *params, void *init_method_data);
 
@@ -41,13 +41,11 @@ BT_HIDDEN
 void dummy_finalize(bt_self_component_sink *component);
 
 BT_HIDDEN
-enum bt_self_component_status dummy_port_connected(
-               bt_self_component_sink *comp,
-               bt_self_component_port_input *self_port,
-               const bt_port_output *other_port);
+bt_self_component_status dummy_graph_is_configured(
+               bt_self_component_sink *comp);
 
 BT_HIDDEN
-enum bt_self_component_status dummy_consume(
+bt_self_component_status dummy_consume(
                bt_self_component_sink *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_DUMMY_H */
This page took 0.026427 seconds and 4 git commands to generate.