Namespace the struct declaration
[babeltrace.git] / formats / ctf-text / types / array.c
index e2ed7b331e5dd94faa46305f143755f9501087f6..47eb1287a0f15dbac4604bc5bf5ecf21113839b1 100644 (file)
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_array_write(struct stream_pos *ppos, struct definition *definition)
+int ctf_text_array_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
        struct definition_array *array_definition =
                container_of(definition, struct definition_array, p);
        struct declaration_array *array_declaration =
                array_definition->declaration;
-       struct declaration *elem = array_declaration->elem;
+       struct bt_declaration *elem = array_declaration->elem;
        int field_nr_saved;
        int ret = 0;
 
This page took 0.02358 seconds and 4 git commands to generate.