summaryrefslogtreecommitdiffstats
path: root/app/time_fn.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/time_fn.h')
-rw-r--r--app/time_fn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/time_fn.h b/app/time_fn.h
index 7cf75d3..a1a4602 100644
--- a/app/time_fn.h
+++ b/app/time_fn.h
@@ -12,8 +12,8 @@ typedef struct {
} UTC;
typedef struct {
- uint64_t s;
- uint64_t ns;
+ int64_t s;
+ int64_t ns;
} EPOCH;