X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=eee7d5df7fabc6add9a5ca2edc48c4d55e7b8165;hp=75b8bd3e28932f3f1d355a498d6bac82378ac457;hb=d06d03dbf4babd3426818f23770e15058a6876c4;hpb=11796b9629d5a870163e4edd67e457576553aaef diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 75b8bd3e..eee7d5df 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -76,5 +76,13 @@ 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_array_begin(struct stream_pos *pos, + const struct type_class_array *array_class); +void ctf_array_end(struct stream_pos *pos, + const struct type_class_array *array_class); +void ctf_sequence_begin(struct stream_pos *pos, + const struct type_class_sequence *sequence_class); +void ctf_sequence_end(struct stream_pos *pos, + const struct type_class_sequence *sequence_class); #endif /* _BABELTRACE_CTF_TYPES_H */