Add array
[babeltrace.git] / include / babeltrace / ctf / types.h
index 75b8bd3e28932f3f1d355a498d6bac82378ac457..eee7d5df7fabc6add9a5ca2edc48c4d55e7b8165 100644 (file)
@@ -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 */
This page took 0.02267 seconds and 4 git commands to generate.