Changeset 25405 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 15, 2009 2:08:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r25390 r25405 169 169 { 170 170 rc = VBoxServiceReadPropUInt32(uGuestPropSvcClientID, "/VirtualBox/GuestAdd/VBoxService/--timesync-interval", 171 &g_TimeSyncInterval, 1, UINT32_MAX - 1);171 &g_TimeSyncInterval, 50, UINT32_MAX - 1); 172 172 if ( RT_SUCCESS(rc) 173 173 || rc == VERR_NOT_FOUND) … … 228 228 else if (!strcmp(argv[*pi], "--timesync-interval")) 229 229 rc = VBoxServiceArgUInt32(argc, argv, "", pi, 230 &g_TimeSyncInterval, 1, UINT32_MAX - 1);230 &g_TimeSyncInterval, 50, UINT32_MAX - 1); 231 231 else if (!strcmp(argv[*pi], "--timesync-min-adjust")) 232 232 rc = VBoxServiceArgUInt32(argc, argv, "", pi,
Note:
See TracChangeset
for help on using the changeset viewer.