Namespace the struct trace_descriptor
[babeltrace.git] / formats / ctf / events.c
index ff0fcb302864dbb520daa01285b5facebab1bade..d9460b169e98e68ebb0c0f6a9630b4f563f4d522 100644 (file)
@@ -613,7 +613,7 @@ int bt_ctf_get_event_decl_list(int handle_id, struct bt_context *ctx,
                unsigned int *count)
 {
        struct bt_trace_handle *handle;
-       struct trace_descriptor *td;
+       struct bt_trace_descriptor *td;
        struct ctf_trace *tin;
 
        if (!ctx || !list || !count)
This page took 0.022519 seconds and 4 git commands to generate.