Namespace the struct trace_descriptor
[babeltrace.git] / lib / trace-collection.c
index fc06dcd961c36aa3af3d723dae8fd85d20dfbfda..608a6e458093f7f751a0807112f1c0b7ffa98c00 100644 (file)
@@ -156,7 +156,7 @@ static void clock_add(gpointer key, gpointer value, gpointer user_data)
  * convert the index from cycles to real time.
  */
 int bt_trace_collection_add(struct trace_collection *tc,
-                               struct trace_descriptor *td)
+                               struct bt_trace_descriptor *td)
 {
        struct ctf_trace *trace;
 
@@ -209,7 +209,7 @@ error:
 }
 
 int bt_trace_collection_remove(struct trace_collection *tc,
-                           struct trace_descriptor *td)
+                           struct bt_trace_descriptor *td)
 {
        if (!tc || !td)
                return -EINVAL;
This page took 0.022542 seconds and 4 git commands to generate.