Create sink plugins
[babeltrace.git] / include / babeltrace / plugin / component-factory-internal.h
index 3ee24f8510d80f1f81b164b59d524ba1e61e6f9f..d2f14478d9672d5907342f9938205549dcf8df04 100644 (file)
@@ -41,7 +41,7 @@ struct bt_component_factory {
        /** Array of pointers to struct bt_plugin */
        GPtrArray *plugins;
        /** Array of pointers to struct bt_component_class */
-       GPtrArray *components;
+       GPtrArray *component_classes;
 };
 
 #endif /* BABELTRACE_PLUGIN_COMPONENT_FACTORY_INTERNAL_H */
This page took 0.025055 seconds and 4 git commands to generate.