Move memstream.h and uuid.h to include/babeltrace/compat directory
[babeltrace.git] / formats / ctf / metadata / ctf-scanner.h
index 262092f78cfea292ccb8991bc67daabe69fdd5a8..012a4f3b9a6cb5d2a074a9f127c124c463643298 100644 (file)
@@ -36,8 +36,7 @@ struct ctf_scanner {
        struct ctf_ast *ast;
        struct ctf_scanner_scope root_scope;
        struct ctf_scanner_scope *cs;
-       struct bt_list_head allocated_strings;
-       size_t lineno;
+       struct objstack *objstack;
 };
 
 struct ctf_scanner *ctf_scanner_alloc(FILE *input);
This page took 0.026414 seconds and 4 git commands to generate.