X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-text%2Ftypes.h;h=74a68a14487b29e3594c5470542558cd7c7e160f;hp=15c833332838eafcbcbaed72806a69733d6424c4;hb=0d69b916c5ba44b63a26aa038d416d6ee286306b;hpb=37b99bdba8478569634dd5ceecea50d1e9f9ac0a diff --git a/include/babeltrace/ctf-text/types.h b/include/babeltrace/ctf-text/types.h index 15c83333..74a68a14 100644 --- a/include/babeltrace/ctf-text/types.h +++ b/include/babeltrace/ctf-text/types.h @@ -62,21 +62,21 @@ struct ctf_text_stream_pos *ctf_text_pos(struct bt_stream_pos *pos) * Write only is supported for now. */ BT_HIDDEN -int ctf_text_integer_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_integer_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_text_float_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_float_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_text_string_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_string_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_text_enum_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_enum_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_text_struct_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_struct_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_text_variant_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_variant_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_text_array_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_array_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_text_sequence_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_text_sequence_write(struct bt_stream_pos *pos, struct bt_definition *definition); static inline void print_pos_tabs(struct ctf_text_stream_pos *pos) @@ -91,6 +91,6 @@ void print_pos_tabs(struct ctf_text_stream_pos *pos) * Check if the field must be printed. */ BT_HIDDEN -int print_field(struct definition *definition); +int print_field(struct bt_definition *definition); #endif /* _BABELTRACE_CTF_TEXT_TYPES_H */