plugin-so: use list of components instead of glib hash table
[babeltrace.git] / include / babeltrace / graph / component-class-internal.h
index 70eb2ee806dfd2fb6b0245333b9f0a73d9e1a87d..02671eafd8c1614448c99cc7771958116b35037a 100644 (file)
 #include <babeltrace/graph/component-class-sink.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
+#include <babeltrace/list-internal.h>
 #include <babeltrace/types.h>
 #include <glib.h>
 
 struct bt_component_class;
+struct bt_plugin_so_shared_lib_handle;
 
 typedef void (*bt_component_class_destroy_listener_func)(
                struct bt_component_class *class, void *data);
@@ -65,6 +67,8 @@ struct bt_component_class {
        /* Array of struct bt_component_class_destroy_listener */
        GArray *destroy_listeners;
        bt_bool frozen;
+       struct bt_list_head node;
+       struct bt_plugin_so_shared_lib_handle *so_handle;
 };
 
 struct bt_component_class_iterator_methods {
This page took 0.025079 seconds and 4 git commands to generate.