X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Ffields.h;h=2ff25abdac3f02b555b4b8350c7246e346bcbc75;hb=d94d92ac6656fd252a5d7bb4f6c76935ba18e62e;hp=b00a7374d3ce2521e8ad5bd9bf1341850d17cd19;hpb=3dca22768a95bef664012559aa9ac977091de6ac;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/fields.h b/include/babeltrace/ctf-writer/fields.h index b00a7374..2ff25abd 100644 --- a/include/babeltrace/ctf-writer/fields.h +++ b/include/babeltrace/ctf-writer/fields.h @@ -2,8 +2,6 @@ #define BABELTRACE_CTF_WRITER_FIELDS_H /* - * Babeltrace - CTF writer: Event Fields - * * Copyright 2013, 2014 Jérémie Galarneau * * Author: Jérémie Galarneau @@ -33,9 +31,6 @@ #include #include -/* For bt_bool */ -#include - #ifdef __cplusplus extern "C" { #endif @@ -94,9 +89,6 @@ extern int bt_ctf_field_floating_point_set_value( extern struct bt_ctf_field *bt_ctf_field_enumeration_get_container( struct bt_ctf_field *enum_field); -extern struct bt_ctf_field_type_enumeration_mapping_iterator * -bt_ctf_field_enumeration_get_mappings(struct bt_ctf_field *enum_field); - extern const char *bt_ctf_field_string_get_value( struct bt_ctf_field *string_field); @@ -124,19 +116,12 @@ struct bt_ctf_field *bt_ctf_field_structure_get_field( extern struct bt_ctf_field *bt_ctf_field_structure_get_field_by_index( struct bt_ctf_field *struct_field, uint64_t index); -extern int bt_ctf_field_structure_set_field_by_name( - struct bt_ctf_field *struct_field, - const char *name, struct bt_ctf_field *field); - extern struct bt_ctf_field *bt_ctf_field_array_get_field( struct bt_ctf_field *array_field, uint64_t index); extern struct bt_ctf_field *bt_ctf_field_sequence_get_field( struct bt_ctf_field *sequence_field, uint64_t index); -extern struct bt_ctf_field *bt_ctf_field_sequence_get_length( - struct bt_ctf_field *sequence_field); - extern int bt_ctf_field_sequence_set_length(struct bt_ctf_field *sequence_field, struct bt_ctf_field *length_field); @@ -147,9 +132,6 @@ extern struct bt_ctf_field *bt_ctf_field_variant_get_field( extern struct bt_ctf_field *bt_ctf_field_variant_get_current_field( struct bt_ctf_field *variant_field); -extern struct bt_ctf_field *bt_ctf_field_variant_get_tag( - struct bt_ctf_field *variant_field); - #ifdef __cplusplus } #endif