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