X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Ffloat.c;h=a9254800ff4d74a5513f30550adefcf67d286b59;hp=199b01337ada4622dba4170b4d3c43842f58f485;hb=1cf393f63db4dce618515749d5549564d1313ee4;hpb=9426d563f74aed0b0f32818d4ef535cdfacdb167 diff --git a/formats/ctf-text/types/float.c b/formats/ctf-text/types/float.c index 199b0133..a9254800 100644 --- a/formats/ctf-text/types/float.c +++ b/formats/ctf-text/types/float.c @@ -31,7 +31,7 @@ #include #include -int ctf_text_float_write(struct stream_pos *ppos, struct definition *definition) +int ctf_text_float_write(struct bt_stream_pos *ppos, struct definition *definition) { struct definition_float *float_definition = container_of(definition, struct definition_float, p);