Handle negative time and offset from Epoch
[babeltrace.git] / include / babeltrace / trace-handle-internal.h
index 5e9c1c6a943865ed3d45121ab73c56983cfefa66..924c730c390dc33f17bebb8ce58ac5cdb47529cb 100644 (file)
@@ -46,10 +46,10 @@ struct bt_trace_handle {
        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.0229 seconds and 4 git commands to generate.