Add structures
[babeltrace.git] / include / babeltrace / format.h
index 5909ce39f0bf3599ea720829d15cf3f050a449ff..bc2bdb067c0b75b1041738d2317ccd1a4bf7e03c 100644 (file)
@@ -62,7 +62,10 @@ struct format {
        void (*enum_write)(struct stream_pos *pos,
                           const struct type_class_enum *dest,
                           GQuark q);
        void (*enum_write)(struct stream_pos *pos,
                           const struct type_class_enum *dest,
                           GQuark q);
-
+       void (*struct_begin)(struct stream_pos *pos,
+                            const struct type_class_struct *struct_class);
+       void (*struct_end)(struct stream_pos *pos,
+                          const struct type_class_struct *struct_class);
 };
 
 struct format *bt_lookup_format(GQuark qname);
 };
 
 struct format *bt_lookup_format(GQuark qname);
This page took 0.024248 seconds and 4 git commands to generate.