Namespace the struct trace_descriptor
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 6b6fcecfbb3bd24d67066f98824e4fe8085ad68c..6219b3a22eb0e41fe6a3a8496502df83610f2f97 100644 (file)
@@ -50,9 +50,9 @@ extern int babeltrace_verbose, babeltrace_debug;
  */
 #define BT_HIDDEN __attribute__((visibility("hidden")))
 
-struct trace_descriptor;
+struct bt_trace_descriptor;
 struct trace_collection {
-       GPtrArray *array;       /* struct trace_descriptor */
+       GPtrArray *array;       /* struct bt_trace_descriptor */
        GHashTable *clocks;     /* struct ctf_clock */
 
        uint64_t single_clock_offset_avg;
This page took 0.025223 seconds and 4 git commands to generate.