Handle negative time and offset from Epoch
[babeltrace.git] / include / babeltrace / trace-handle-internal.h
index 2b5a5ae198e75163458c0f696184c92e11b9f23d..924c730c390dc33f17bebb8ce58ac5cdb47529cb 100644 (file)
  */
 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;
-       uint64_t cycles_timestamp_begin;
-       uint64_t cycles_timestamp_end;
+       int64_t real_timestamp_begin;
+       int64_t real_timestamp_end;
+       int64_t cycles_timestamp_begin;
+       int64_t cycles_timestamp_end;
 };
 
 /*
This page took 0.026201 seconds and 4 git commands to generate.