Namespace the struct definition
[babeltrace.git] / formats / ctf / types / variant.c
index 3c0c371f4d5922a708e300009fa910be3ab0d96d..ece8b33338dd58f7e38a53a9c5bf6c660d83a190 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <babeltrace/ctf/types.h>
 
-int ctf_variant_rw(struct bt_stream_pos *ppos, struct definition *definition)
+int ctf_variant_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.022614 seconds and 4 git commands to generate.