X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=781b9429f1cb9d57093abf146863671da1f11dab;hb=0d69b916c5ba44b63a26aa038d416d6ee286306b;hp=f7b93d36907f5a5f25f07e219a8082c9d00e0ca9;hpb=37b99bdba8478569634dd5ceecea50d1e9f9ac0a;p=babeltrace.git diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index f7b93d36..781b9429 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -91,33 +91,33 @@ struct ctf_stream_pos *ctf_pos(struct bt_stream_pos *pos) } BT_HIDDEN -int ctf_integer_read(struct bt_stream_pos *pos, struct definition *definition); +int ctf_integer_read(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_integer_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_integer_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_float_read(struct bt_stream_pos *pos, struct definition *definition); +int ctf_float_read(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_float_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_float_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_string_read(struct bt_stream_pos *pos, struct definition *definition); +int ctf_string_read(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_string_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_string_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_enum_read(struct bt_stream_pos *pos, struct definition *definition); +int ctf_enum_read(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_enum_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_enum_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_struct_rw(struct bt_stream_pos *pos, struct definition *definition); +int ctf_struct_rw(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_variant_rw(struct bt_stream_pos *pos, struct definition *definition); +int ctf_variant_rw(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_array_read(struct bt_stream_pos *pos, struct definition *definition); +int ctf_array_read(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_array_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_array_write(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_sequence_read(struct bt_stream_pos *pos, struct definition *definition); +int ctf_sequence_read(struct bt_stream_pos *pos, struct bt_definition *definition); BT_HIDDEN -int ctf_sequence_write(struct bt_stream_pos *pos, struct definition *definition); +int ctf_sequence_write(struct bt_stream_pos *pos, struct bt_definition *definition); void ctf_packet_seek(struct bt_stream_pos *pos, size_t index, int whence);