X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=6db8d27081848845a5674203ffc4f2a3fd0964a7;hp=c5ce9d2bddeb39676aa8a0c26bd44fd6be0207c2;hb=6b71274a81b38da08261f2122597c540b02b7aee;hpb=96354dac0b8b6a3e433fa86d3249c510f90c3e7d diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index c5ce9d2b..6db8d270 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -74,6 +74,10 @@ void ctf_struct_begin(struct stream_pos *pos, const struct type_class_struct *struct_class); void ctf_struct_end(struct stream_pos *pos, const struct type_class_struct *struct_class); +void ctf_variant_begin(struct stream_pos *pos, + const struct type_class_variant *variant_class); +void ctf_variant_end(struct stream_pos *pos, + const struct type_class_variant *variant_class); void ctf_array_begin(struct stream_pos *pos, const struct type_class_array *array_class); void ctf_array_end(struct stream_pos *pos,