VirtualBox

Changeset 21162 in vbox for trunk


Ignore:
Timestamp:
Jul 2, 2009 1:52:50 PM (16 years ago)
Author:
vboxsync
Message:

VBoxServiceTimeSync.cpp: Updated docs. Added one more review question.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp

    r21160 r21162  
    7777 *  -# g_TimesyncMaxLatency - When to start discarding the data as utterly
    7878 *     useless and take a rest (someone is too busy to give us good data).
    79  */
    80 
    81 
     79 *  -# g_TimeSyncSetThreshold - The threshold at which we will just set the time
     80 *     instead of trying to adjust it (milliseconds).
     81 */
    8282
    8383/*******************************************************************************
     
    8585*******************************************************************************/
    8686#ifdef RT_OS_WINDOWS
    87 # include <windows.h>
    88 # include <winbase.h>
     87# include <Windows.h>
     88# include <winbase.h> /** @todo r=bird: Why is this here? Windows.h should include winbase.h... */
    8989#else
    9090# include <unistd.h>
     
    124124/** @see pg_vboxservice_timesync */
    125125static uint32_t g_TimeSyncMaxLatency = 250;
    126 /** The threshold at which we will just set the time instead of trying to
    127  *  adjust it. Milliseconds. */
     126/** @see pg_vboxservice_timesync */
    128127static uint32_t g_TimeSyncSetThreshold = 20*60*1000;
    129128/** Whether the next adjustment should just set the time instead of trying to
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette