Handle negative time and offset from Epoch
[babeltrace.git] / include / babeltrace / trace-handle-internal.h
index f7e2b8a89d98c20899c699613a05735ed6996959..924c730c390dc33f17bebb8ce58ac5cdb47529cb 100644 (file)
 struct bt_trace_handle {
        int id;
        struct bt_trace_descriptor *td;
-       struct format *format;
+       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.023794 seconds and 4 git commands to generate.