X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftypes.h;h=c8595f1231571bb573cbd0bb6358456f77cd49cd;hp=fd174b08c3704be074129bd7a094da3b72bb3a66;hb=de47353a173cf134d0bd50673520e243ebc29054;hpb=c13cbf74f302eb64e051045ce31f712a5e05203c diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index fd174b08..c8595f12 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -279,6 +279,8 @@ struct type_variant { GHashTable *fields_by_tag; /* Tuples (field tag, field index) */ struct type_scope *scope; GArray *fields; /* Array of type_field */ + GQuark tag_name; /* TODO */ + /* Tag name must be nonzero and must exist when defining the variant */ }; struct declaration_variant {