X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ffields-internal.h;h=f7d39d10b23b61e78e4de7f8f0683c8b65f80f16;hb=9be89173152f9f3b2f6c52321d6d60a6c6d2fba2;hp=b7375a459f226af7aecdc08927fe0274ae08dae4;hpb=c55a9f585da53ea54ac458155fac3cdec1779d47;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/fields-internal.h b/include/babeltrace/ctf-ir/fields-internal.h index b7375a45..f7d39d10 100644 --- a/include/babeltrace/ctf-ir/fields-internal.h +++ b/include/babeltrace/ctf-ir/fields-internal.h @@ -33,6 +33,7 @@ #include #include #include +#include #include struct bt_ctf_stream_pos; @@ -40,8 +41,8 @@ struct bt_ctf_stream_pos; struct bt_ctf_field { struct bt_object base; struct bt_ctf_field_type *type; - int payload_set; - int frozen; + bool payload_set; + bool frozen; }; struct bt_ctf_field_integer { @@ -64,7 +65,6 @@ struct bt_ctf_field_floating_point { struct bt_ctf_field_structure { struct bt_ctf_field parent; - GHashTable *field_name_to_index; GPtrArray *fields; /* Array of pointers to struct bt_ctf_field */ };