X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=75b8bd3e28932f3f1d355a498d6bac82378ac457;hp=49427a5bba4d3d33116528b34f7b82c9e5ae6f3d;hb=11796b9629d5a870163e4edd67e457576553aaef;hpb=7fe001942cc8ece60d945cbfbd1d135ff548dc7d diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 49427a5b..75b8bd3e 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -72,5 +72,9 @@ GQuark ctf_enum_read(struct stream_pos *pos, void ctf_enum_write(struct stream_pos *pos, const struct type_class_enum *dest, GQuark q); +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); #endif /* _BABELTRACE_CTF_TYPES_H */