X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fmetadata%2Fctf-ast.h;fp=formats%2Fctf%2Fmetadata%2Fctf-ast.h;h=042726e9edc35d9dea049b3ee235701b74da0e0d;hp=136862710d42df1c8c0d6cdcf45921d23bafd578;hb=5c5c3455f616fba4e525d483735dc01a657f4519;hpb=139fdb6040119758ffce99e19e1834600d8d1e5f diff --git a/formats/ctf/metadata/ctf-ast.h b/formats/ctf/metadata/ctf-ast.h index 13686271..042726e9 100644 --- a/formats/ctf/metadata/ctf-ast.h +++ b/formats/ctf/metadata/ctf-ast.h @@ -76,6 +76,7 @@ struct ctf_node { struct bt_list_head siblings; struct bt_list_head tmp_head; struct bt_list_head gc; + unsigned int lineno; enum node_type type; union {