diff options
Diffstat (limited to 'include/mach/time_value.h')
-rw-r--r-- | include/mach/time_value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mach/time_value.h b/include/mach/time_value.h index e08707bc..7378c2cf 100644 --- a/include/mach/time_value.h +++ b/include/mach/time_value.h @@ -172,6 +172,8 @@ typedef struct mapped_time_value { integer_t check_seconds; struct time_value64 time_value; int64_t check_seconds64; + struct time_value64 uptime_value; + int64_t check_upseconds64; } mapped_time_value_t; /* Macros for converting between struct timespec and time_value_t. */ |