X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstruct.c;h=b004767e12920c230136514a96f75d1a24b28640;hp=7c1562bbf19dc6f43d5933921e12942c91dd415a;hb=0d69b916c5ba44b63a26aa038d416d6ee286306b;hpb=37b99bdba8478569634dd5ceecea50d1e9f9ac0a diff --git a/formats/ctf/types/struct.c b/formats/ctf/types/struct.c index 7c1562bb..b004767e 100644 --- a/formats/ctf/types/struct.c +++ b/formats/ctf/types/struct.c @@ -28,7 +28,7 @@ #include -int ctf_struct_rw(struct bt_stream_pos *ppos, struct definition *definition) +int ctf_struct_rw(struct bt_stream_pos *ppos, struct bt_definition *definition) { struct declaration *declaration = definition->declaration; struct ctf_stream_pos *pos = ctf_pos(ppos);