X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=151bd65a1e1effd4082c17282efe26682b677d92;hp=cddc41a129e32bda61915df26c2b46367e5a8201;hb=dc48ecad637fc7fb8479da563ef2dfd3948cee73;hpb=9128428b12dd68e2cfbd10ecfabcc6597de86011 diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index cddc41a1..151bd65a 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -48,6 +48,11 @@ struct format { void (*double_write)(struct stream_pos *pos, const struct declaration_float *float_declaration, double v); + long double (*ldouble_read)(struct stream_pos *pos, + const struct declaration_float *float_declaration); + void (*ldouble_write)(struct stream_pos *pos, + const struct declaration_float *float_declaration, + long double v); void (*string_copy)(struct stream_pos *dest, struct stream_pos *src, const struct declaration_string *string_declaration);