Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / integer.c
index 3a469f611ae2e2bd1a4c483d4742df19ef3ba15b..7363b524e6f1b9af5d896cd55630bcb3990b7c0c 100644 (file)
@@ -32,7 +32,7 @@
 #include <stdint.h>
 #include <babeltrace/bitfield.h>
 
-int ctf_text_integer_write(struct bt_stream_pos *ppos, struct definition *definition)
+int ctf_text_integer_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct definition_integer *integer_definition =
                container_of(definition, struct definition_integer, p);
This page took 0.022631 seconds and 4 git commands to generate.