X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fmetadata%2Fctf-ast.h;h=f21dda01143be72f5381f7881676f5c92d934907;hb=a7d3eed364faffe9054776b3423572d792103316;hp=bf6ddb42db41fdc0c51290d31c0b043744586604;hpb=3e11b713fa76482be45bff5b067cfab5ab6e9be1;p=babeltrace.git diff --git a/formats/ctf/metadata/ctf-ast.h b/formats/ctf/metadata/ctf-ast.h index bf6ddb42..f21dda01 100644 --- a/formats/ctf/metadata/ctf-ast.h +++ b/formats/ctf/metadata/ctf-ast.h @@ -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; };