X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=bc2bdb067c0b75b1041738d2317ccd1a4bf7e03c;hp=5909ce39f0bf3599ea720829d15cf3f050a449ff;hb=11796b9629d5a870163e4edd67e457576553aaef;hpb=7fe001942cc8ece60d945cbfbd1d135ff548dc7d diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index 5909ce39..bc2bdb06 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -62,7 +62,10 @@ struct format { 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);