X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-text%2Ftypes.h;h=15c833332838eafcbcbaed72806a69733d6424c4;hp=8681f39d64b64cee3f0ab72dbcb3b7bc675206db;hb=1b8455b701df7ac196e35795b9ab8ef2d402058d;hpb=1cf393f63db4dce618515749d5549564d1313ee4 diff --git a/include/babeltrace/ctf-text/types.h b/include/babeltrace/ctf-text/types.h index 8681f39d..15c83333 100644 --- a/include/babeltrace/ctf-text/types.h +++ b/include/babeltrace/ctf-text/types.h @@ -37,11 +37,11 @@ #include /* - * Inherit from both struct bt_stream_pos and struct trace_descriptor. + * Inherit from both struct bt_stream_pos and struct bt_trace_descriptor. */ struct ctf_text_stream_pos { struct bt_stream_pos parent; - struct trace_descriptor trace_descriptor; + struct bt_trace_descriptor trace_descriptor; FILE *fp; /* File pointer. NULL if unset. */ int depth; int dummy; /* disable output */