Add tofix test (path lookup not supported by grammar)
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index bf6ddb42db41fdc0c51290d31c0b043744586604..f21dda01143be72f5381f7881676f5c92d934907 100644 (file)
@@ -192,7 +192,7 @@ struct ctf_node {
                                         * unary expression (value) or
                                         * type_specifier_list.
                                         */
-                                       struct ctf_node *length;
+                                       struct cds_list_head length;
                                        /* for abstract type declarator */
                                        unsigned int abstract_array;
                                } nested;
@@ -245,6 +245,7 @@ struct ctf_node {
                        /* list of typedef, typealias and declarations */
                        struct cds_list_head declaration_list;
                        int has_body;
+                       struct cds_list_head min_align; /* align() attribute */
                } _struct;
        } u;
 };
This page took 0.023544 seconds and 4 git commands to generate.