Add line number to parser nodes
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 136862710d42df1c8c0d6cdcf45921d23bafd578..042726e9edc35d9dea049b3ee235701b74da0e0d 100644 (file)
@@ -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 {
This page took 0.025663 seconds and 4 git commands to generate.