lib: add aliases for Babeltrace structure types
[babeltrace.git] / plugins / utils / trimmer / trimmer.h
index e4ee88246465841d71deca2229742c06f57a4dc7..f3980f079e7708af2a8caf6bac33faa657a305d3 100644 (file)
@@ -29,8 +29,7 @@
 
 #include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/values.h>
-#include <babeltrace/component/private-component.h>
+#include <babeltrace/babeltrace.h>
 
 #define NSEC_PER_SEC   1000000000LL
 
@@ -51,9 +50,9 @@ struct trimmer {
 };
 
 enum bt_component_status trimmer_component_init(
-       struct bt_private_component *component,
-       struct bt_value *params, void *init_method_data);
+       bt_self_component *component,
+       bt_value *params, void *init_method_data);
 
-void finalize_trimmer(struct bt_private_component *component);
+void finalize_trimmer(bt_self_component *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_TRIMMER_H */
This page took 0.024205 seconds and 4 git commands to generate.