VirtualBox

Changeset 23662 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 9, 2009 6:09:15 PM (15 years ago)
Author:
vboxsync
Message:

ProcessImpl.cpp: Added todo about replacing walltime (RTTimeNow) with monotonic time (RTTimeMilliTS) in the timeout handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ProgressImpl.cpp

    r23223 r23662  
    747747    {
    748748        RTTIMESPEC time;
    749         RTTimeNow (&time);
     749        RTTimeNow (&time); /** @todo r=bird: Use monotonic time (RTTimeMilliTS()) here because of daylight saving and things like that. */
    750750
    751751        int vrc = VINF_SUCCESS;
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