Introduce bt_plugin and bt_component_class
[babeltrace.git] / include / babeltrace / plugin / component-factory-internal.h
index 0508cd860728e51374c47cc4ba1cfe041b068885..257ff0f5716781550cacaebb9b887d7f6d060331 100644 (file)
  */
 
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/plugin/component-internal.h>
+#include <babeltrace/ref-internal.h>
+#include <babeltrace/plugin/component-factory.h>
+#include <babeltrace/plugin/component.h>
+#include <babeltrace/plugin/component-class-internal.h>
 #include <babeltrace/plugin/plugin-system.h>
+#include <babeltrace/plugin/plugin.h>
+#include <glib.h>
 
 struct bt_component_factory {
-       int a;
+       /** Array of pointers to struct plugin */
+       GPtrArray *plugins;
+       /** Array of pointers to struct bt_component_class */
+       GPtrArray *components;
 };
 
 #endif /* BABELTRACE_PLUGIN_COMPONENT_FACTORY_INTERNAL_H */
This page took 0.022617 seconds and 4 git commands to generate.