Work in progress generate io struct
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 8b5ad887b6df6ea16334b7b86e6e88435751ec07..8a2888dafa28deee9f2a1c229b5a95f474f600d9 100644 (file)
@@ -206,6 +206,7 @@ struct ctf_node {
                        /* NULL, value or declaration specifier */
                        struct ctf_node *container_type;
                        struct cds_list_head enumerator_list;
+                       int has_body;
                } _enum;
                struct {
                        struct cds_list_head declaration_specifier;
@@ -216,11 +217,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.027611 seconds and 4 git commands to generate.