Namespace the struct format
[babeltrace.git] / include / babeltrace / trace-handle-internal.h
index 2b5a5ae198e75163458c0f696184c92e11b9f23d..5e9c1c6a943865ed3d45121ab73c56983cfefa66 100644 (file)
@@ -43,8 +43,8 @@
  */
 struct bt_trace_handle {
        int id;
-       struct trace_descriptor *td;
-       struct format *format;
+       struct bt_trace_descriptor *td;
+       struct bt_format *format;
        char path[PATH_MAX];
        uint64_t real_timestamp_begin;
        uint64_t real_timestamp_end;
This page took 0.024246 seconds and 4 git commands to generate.