Add stddef.h include for offsetof
[babeltrace.git] / include / babeltrace / format.h
index bc2bdb067c0b75b1041738d2317ccd1a4bf7e03c..9478dcf4943cbe8aa4a19db7ea2636849bc5a52b 100644 (file)
@@ -66,6 +66,14 @@ struct format {
                             const struct type_class_struct *struct_class);
        void (*struct_end)(struct stream_pos *pos,
                           const struct type_class_struct *struct_class);
+       void (*array_begin)(struct stream_pos *pos,
+                            const struct type_class_array *array_class);
+       void (*array_end)(struct stream_pos *pos,
+                          const struct type_class_array *array_class);
+       void (*sequence_begin)(struct stream_pos *pos,
+                            const struct type_class_sequence *sequence_class);
+       void (*sequence_end)(struct stream_pos *pos,
+                          const struct type_class_sequence *sequence_class);
 };
 
 struct format *bt_lookup_format(GQuark qname);
This page took 0.02814 seconds and 4 git commands to generate.