Update typealias behavior
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 8b5ad887b6df6ea16334b7b86e6e88435751ec07..0ce21a5a4b2163e1adf952dd2b0039a10e523766 100644 (file)
@@ -216,11 +216,13 @@ struct ctf_node {
                        char *choice;
                        /* list of typedef, typealias and declarations */
                        struct cds_list_head declaration_list;
+                       int has_body;
                } variant;
                struct {
                        char *name;
                        /* list of typedef, typealias and declarations */
                        struct cds_list_head declaration_list;
+                       int has_body;
                } _struct;
        } u;
 };
This page took 0.024049 seconds and 4 git commands to generate.