Update generate IO struct work in progress
[babeltrace.git] / include / babeltrace / types.h
index fd174b08c3704be074129bd7a094da3b72bb3a66..c8595f1231571bb573cbd0bb6358456f77cd49cd 100644 (file)
@@ -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 {
This page took 0.022584 seconds and 4 git commands to generate.