Changeset 26231 in vbox
- Timestamp:
- Feb 4, 2010 12:29:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r26211 r26231 435 435 * @param pDrift The time adjustment. 436 436 */ 437 static boolVBoxServiceTimeSyncSet(PCRTTIMESPEC pDrift)437 static void VBoxServiceTimeSyncSet(PCRTTIMESPEC pDrift) 438 438 { 439 439 /* … … 460 460 #endif 461 461 } 462 463 return true; 464 } 465 466 if (g_cTimeSyncErrors++ < 10) 462 } 463 else if (g_cTimeSyncErrors++ < 10) 467 464 VBoxServiceError("RTTimeSet(%RDtimespec) failed: %Rrc\n", &NewGuestTime, rc); 468 return false;469 465 } 470 466
Note:
See TracChangeset
for help on using the changeset viewer.