X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Ftrimmer%2Ftrimmer.h;h=fafb7ada0d56ad04ade3546f57fba94ba44a00b9;hb=890882eff34b4cba6f08a25f8ca56866c20b3fbe;hp=655a60cb8971d7fd30456399c24b16b4ef6f9a4f;hpb=1bf957a039dfe5a1cd00659779fdb004aacd706b;p=babeltrace.git diff --git a/plugins/utils/trimmer/trimmer.h b/plugins/utils/trimmer/trimmer.h index 655a60cb..fafb7ada 100644 --- a/plugins/utils/trimmer/trimmer.h +++ b/plugins/utils/trimmer/trimmer.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include #define NSEC_PER_SEC 1000000000LL @@ -51,9 +51,9 @@ struct trimmer { }; enum bt_component_status trimmer_component_init( - struct bt_component *component, struct bt_value *params, - void *init_method_data); + struct bt_private_component *component, + struct bt_value *params, void *init_method_data); -void destroy_trimmer(struct bt_component *component); +void destroy_trimmer(struct bt_private_component *component); #endif /* BABELTRACE_PLUGINS_UTILS_TRIMMER_H */