X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fcomponent-factory-internal.h;h=3ee24f8510d80f1f81b164b59d524ba1e61e6f9f;hb=b8a068016f0953440df334b147db75e861e7f2ac;hp=257ff0f5716781550cacaebb9b887d7f6d060331;hpb=dafd80ce71a4f617deaac7084edb0c03450b3259;p=babeltrace.git diff --git a/include/babeltrace/plugin/component-factory-internal.h b/include/babeltrace/plugin/component-factory-internal.h index 257ff0f5..3ee24f85 100644 --- a/include/babeltrace/plugin/component-factory-internal.h +++ b/include/babeltrace/plugin/component-factory-internal.h @@ -28,7 +28,7 @@ */ #include -#include +#include #include #include #include @@ -37,7 +37,8 @@ #include struct bt_component_factory { - /** Array of pointers to struct plugin */ + struct bt_object base; + /** Array of pointers to struct bt_plugin */ GPtrArray *plugins; /** Array of pointers to struct bt_component_class */ GPtrArray *components;