lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta.h
index b4d56a45d87b95cbb4b42daab10dfd10b31f04a4..bca30c7aa7c47f64c6c6ec66d1643f3cbaf769de 100644 (file)
@@ -79,7 +79,7 @@ struct ctf_field_class_int {
        struct ctf_field_class_bit_array base;
        enum ctf_field_class_meaning meaning;
        bool is_signed;
-       enum bt_field_class_integer_preferred_display_base disp_base;
+       bt_field_class_integer_preferred_display_base disp_base;
        enum ctf_encoding encoding;
        int64_t storing_index;
 
@@ -135,7 +135,7 @@ struct ctf_field_class_struct {
 };
 
 struct ctf_field_path {
-       enum bt_scope root;
+       bt_scope root;
 
        /* Array of `int64_t` */
        GArray *path;
@@ -188,7 +188,7 @@ struct ctf_event_class {
        GString *name;
        uint64_t id;
        GString *emf_uri;
-       enum bt_event_class_log_level log_level;
+       bt_event_class_log_level log_level;
        bool is_translated;
 
        /* Owned by this */
This page took 0.023019 seconds and 4 git commands to generate.