summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/timer.h b/src/include/timer.h
index 9b7a05e5fd92..0e7104b70ee8 100644
--- a/src/include/timer.h
+++ b/src/include/timer.h
@@ -17,7 +17,7 @@
* outside of the core timer code is not supported. */
struct mono_time {
- long microseconds;
+ uint64_t microseconds;
};
/* A timeout_callback structure is used for the book keeping for scheduling