X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=539197299a37811ef02f5db6484f3065fc528331;hp=43b38eed350b980641ca2f8f14bb8b63f507a8d5;hb=11d43b909baeee566511acfec577d4605386fa09;hpb=a52d7f6a6dfe8c55b65eef0996b848873db39fe7 diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index 43b38eed..53919729 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -51,14 +51,13 @@ struct format { const struct type_class_bitfield *bitfield_class, int64_t v); - void (*float_copy)(struct stream_pos *destp, - const struct type_class_float *dest, - struct stream_pos *srcp, + void (*float_copy)(struct stream_pos *dest, + struct stream_pos *src, const struct type_class_float *src); double (*double_read)(struct stream_pos *pos, - const struct type_class_float *src); + const struct type_class_float *float_class); void (*double_write)(struct stream_pos *pos, - const struct type_class_float *dest, + const struct type_class_float *float_class, double v); void (*string_copy)(struct stream_pos *dest, struct stream_pos *src,