Namespace the struct definition
[babeltrace.git] / formats / ctf / types / struct.c
index 7c1562bbf19dc6f43d5933921e12942c91dd415a..b004767e12920c230136514a96f75d1a24b28640 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <babeltrace/ctf/types.h>
 
-int ctf_struct_rw(struct bt_stream_pos *ppos, struct definition *definition)
+int ctf_struct_rw(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct declaration *declaration = definition->declaration;
        struct ctf_stream_pos *pos = ctf_pos(ppos);
This page took 0.022533 seconds and 4 git commands to generate.