VirtualBox

Changeset 444 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 30, 2007 9:56:19 PM (18 years ago)
Author:
vboxsync
Message:

Exposed the TMVirtualSet/GetWarpDrive API in the IMachineDebugger interface as a r/w property named VirtualTimeRate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineDebuggerImpl.h

    r1 r444  
    6767    STDMETHOD(COMSETTER(LogEnabled))(BOOL enable);
    6868    STDMETHOD(COMGETTER(HWVirtExEnabled))(BOOL *enabled);
     69    STDMETHOD(COMGETTER(VirtualTimeRate))(ULONG *pct);
     70    STDMETHOD(COMSETTER(VirtualTimeRate))(ULONG pct);
    6971    STDMETHOD(COMGETTER(VM))(ULONG64 *vm);
    7072
     
    8991    int csamEnabledQueued;
    9092    int mLogEnabledQueued;
     93    uint32_t mVirtualTimeRateQueued;
    9194    bool fFlushMode;
    9295};
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