lib: keep plugin name, if any, in component class structure
[babeltrace.git] / src / lib / graph / component-class.h
index bded3328a3981eb0e0a0f85ac822de128d2f2cbf..c6757ed3080dd6f3ab3d230743d0123f5b45ca3c 100644 (file)
@@ -54,6 +54,7 @@ struct bt_component_class {
        GString *name;
        GString *description;
        GString *help;
+       GString *plugin_name;
 
        /* Array of struct bt_component_class_destroy_listener */
        GArray *destroy_listeners;
This page took 0.022864 seconds and 4 git commands to generate.