Adapt plugin system to use unified reference counting
[babeltrace.git] / include / babeltrace / plugin / component-factory-internal.h
index 257ff0f5716781550cacaebb9b887d7f6d060331..3ee24f8510d80f1f81b164b59d524ba1e61e6f9f 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/ref-internal.h>
+#include <babeltrace/object-internal.h>
 #include <babeltrace/plugin/component-factory.h>
 #include <babeltrace/plugin/component.h>
 #include <babeltrace/plugin/component-class-internal.h>
@@ -37,7 +37,8 @@
 #include <glib.h>
 
 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;
This page took 0.022587 seconds and 4 git commands to generate.