Show line numbers in CTF parser errors
[babeltrace.git] / formats / ctf / metadata / ctf-scanner.h
index 21010fd4ef5a467be6453ef65459974fa3a73e07..262092f78cfea292ccb8991bc67daabe69fdd5a8 100644 (file)
@@ -37,6 +37,7 @@ struct ctf_scanner {
        struct ctf_scanner_scope root_scope;
        struct ctf_scanner_scope *cs;
        struct bt_list_head allocated_strings;
+       size_t lineno;
 };
 
 struct ctf_scanner *ctf_scanner_alloc(FILE *input);
This page took 0.026958 seconds and 4 git commands to generate.