X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstring.c;h=a2433bf5922d2013e80f19a1e1897842657de535;hb=ecc54f11c258cad6b54d35da83e525d32c032397;hp=5771733b63ba35c42ddb3da3e06a22c5c2baa7f7;hpb=1cf393f63db4dce618515749d5549564d1313ee4;p=babeltrace.git diff --git a/formats/ctf/types/string.c b/formats/ctf/types/string.c index 5771733b..a2433bf5 100644 --- a/formats/ctf/types/string.c +++ b/formats/ctf/types/string.c @@ -31,7 +31,7 @@ #include /* C99 limits */ #include -int ctf_string_read(struct bt_stream_pos *ppos, struct definition *definition) +int ctf_string_read(struct bt_stream_pos *ppos, struct bt_definition *definition) { struct definition_string *string_definition = container_of(definition, struct definition_string, p); @@ -69,7 +69,7 @@ int ctf_string_read(struct bt_stream_pos *ppos, struct definition *definition) } int ctf_string_write(struct bt_stream_pos *ppos, - struct definition *definition) + struct bt_definition *definition) { struct definition_string *string_definition = container_of(definition, struct definition_string, p);