Rename: type_class, type -> type, declaration
[babeltrace.git] / formats / ctf / types / struct.c
index 70c08219953200be6baa3931659ca3f505fbb51b..4eda7d6994d15b097f7a5d0d7f37b5d27cbf6f5b 100644 (file)
 #include <babeltrace/ctf/types.h>
 
 void ctf_struct_begin(struct stream_pos *pos,
-                     const struct type_class_struct *struct_class)
+                     const struct type_struct *struct_type)
 {
-       align_pos(pos, struct_class->p.alignment);
+       align_pos(pos, struct_type->p.alignment);
 }
 
 void ctf_struct_end(struct stream_pos *pos,
-                   const struct type_class_struct *struct_class)
+                   const struct type_struct *struct_type)
 {
 }
This page took 0.023423 seconds and 4 git commands to generate.