Export the list header with a new namespace
[babeltrace.git] / formats / ctf / metadata / ctf-scanner.h
index f25efb9e5277cb2c78d12deebe49e238e81b1cdb..4de343027b522e788fbda44365f0082674d5114f 100644 (file)
@@ -20,7 +20,7 @@ struct ctf_scanner {
        struct ctf_ast *ast;
        struct ctf_scanner_scope root_scope;
        struct ctf_scanner_scope *cs;
-       struct cds_list_head allocated_strings;
+       struct bt_list_head allocated_strings;
 };
 
 struct ctf_scanner *ctf_scanner_alloc(FILE *input);
This page took 0.02257 seconds and 4 git commands to generate.