Namespace the struct declaration
[babeltrace.git] / formats / ctf / types / struct.c
index b004767e12920c230136514a96f75d1a24b28640..106f682c8ee2d886a9daded1bb32d027e20a7abc 100644 (file)
@@ -30,7 +30,7 @@
 
 int ctf_struct_rw(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
-       struct declaration *declaration = definition->declaration;
+       struct bt_declaration *declaration = definition->declaration;
        struct ctf_stream_pos *pos = ctf_pos(ppos);
 
        ctf_align_pos(pos, declaration->alignment);
This page took 0.023338 seconds and 4 git commands to generate.