Use objstack for strings
[babeltrace.git] / formats / ctf / metadata / ctf-scanner.h
index 21010fd4ef5a467be6453ef65459974fa3a73e07..012a4f3b9a6cb5d2a074a9f127c124c463643298 100644 (file)
@@ -36,7 +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;
+       struct objstack *objstack;
 };
 
 struct ctf_scanner *ctf_scanner_alloc(FILE *input);
This page took 0.023035 seconds and 4 git commands to generate.