Namespace the struct trace_descriptor
[babeltrace.git] / formats / ctf / callbacks.c
index 793f3d3874e039b30afbe16684a0e27968540450..3595532d5a05b4234777f5865c44e300b66b4ed0 100644 (file)
@@ -89,7 +89,7 @@ int bt_ctf_iter_add_callback(struct bt_ctf_iter *iter,
        tc = iter->parent.ctx->tc;
        for (i = 0; i < tc->array->len; i++) {
                struct ctf_trace *tin;
-               struct trace_descriptor *td_read;
+               struct bt_trace_descriptor *td_read;
 
                td_read = g_ptr_array_index(tc->array, i);
                tin = container_of(td_read, struct ctf_trace, parent);
This page took 0.022985 seconds and 4 git commands to generate.