lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / cli / babeltrace-cfg.h
index 7ccf9515580493e0816c2f9ab9481b7c6617a083..6d98cd3398daa9803841e817ba22a268beda3d60 100644 (file)
@@ -45,7 +45,7 @@ enum bt_config_command {
 
 struct bt_config_component {
        bt_object base;
-       enum bt_component_class_type type;
+       bt_component_class_type type;
        GString *plugin_name;
        GString *comp_cls_name;
        bt_value *params;
This page took 0.023212 seconds and 4 git commands to generate.