Changeset 13102 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 8, 2008 6:36:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c
r13101 r13102 157 157 struct timeval tv; 158 158 159 #undef USE_ADJTIME 160 #ifdef USE_ADJTIME 159 161 gettimeofday(&tv, NULL); 160 #if 0161 162 u64Now = (uint64_t)tv.tv_sec * 1000 + (uint64_t)tv.tv_usec / 1000; 162 163 i64Diff = (int64_t)(req.time - u64Now);
Note:
See TracChangeset
for help on using the changeset viewer.