lib: graph: add "self" and some "private" APIs
[babeltrace.git] / plugins / utils / trimmer / trimmer.h
index 1f151cb9178ce8c23c63c84f3136a0eb418026c4..6e0f609e868ddd58f4fd704ffc460aeed63a9b1c 100644 (file)
@@ -50,9 +50,9 @@ struct trimmer {
 };
 
 enum bt_component_status trimmer_component_init(
-       struct bt_private_component *component,
+       struct bt_self_component *component,
        struct bt_value *params, void *init_method_data);
 
-void finalize_trimmer(struct bt_private_component *component);
+void finalize_trimmer(struct bt_self_component *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_TRIMMER_H */
This page took 0.024556 seconds and 4 git commands to generate.