Namespace the struct trace_descriptor
[babeltrace.git] / include / babeltrace / ctf-text / types.h
index 8681f39d64b64cee3f0ab72dbcb3b7bc675206db..15c833332838eafcbcbaed72806a69733d6424c4 100644 (file)
 #include <babeltrace/format.h>
 
 /*
- * 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 */
This page took 0.023504 seconds and 4 git commands to generate.