summaryrefslogtreecommitdiff
path: root/lib/common/BoxTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/BoxTime.h')
-rw-r--r--lib/common/BoxTime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/BoxTime.h b/lib/common/BoxTime.h
index a56f39f1..cc1571cd 100644
--- a/lib/common/BoxTime.h
+++ b/lib/common/BoxTime.h
@@ -11,7 +11,7 @@
#define BOXTIME__H
// Time is presented as an unsigned 64 bit integer, in microseconds
-typedef uint64_t box_time_t;
+typedef int64_t box_time_t;
#define NANO_SEC_IN_SEC (1000000000LL)
#define NANO_SEC_IN_USEC (1000)