Changeset 69995 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 7, 2017 5:09:30 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r69994 r69995 622 622 623 623 bool fSetTimeInThisLoop = false; 624 uint 32_t AbsDriftMilli = RTTimeSpecGetMilli(&AbsDrift);624 uint64_t AbsDriftMilli = RTTimeSpecGetMilli(&AbsDrift); 625 625 if (AbsDriftMilli > MinAdjust) 626 626 {
Note:
See TracChangeset
for help on using the changeset viewer.