diff options
Diffstat (limited to 'src/include/timer.h')
-rw-r--r-- | src/include/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/timer.h b/src/include/timer.h index 9b7a05e5fd..0e7104b70e 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 |