Add structure align() attribute, fix empty string support in definition paths
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index bf6ddb42db41fdc0c51290d31c0b043744586604..3d8d8b00d7a056a9797fbb807c5e0258d495453d 100644 (file)
@@ -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.022824 seconds and 4 git commands to generate.