VirtualBox

Changeset 22221 in vbox


Ignore:
Timestamp:
Aug 13, 2009 8:01:13 AM (15 years ago)
Author:
vboxsync
Message:

Added u32UpdateIntervalNS to SUPGIPCPU (experiment)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r21217 r22221  
    128128     */
    129129    volatile uint32_t   au32TSCHistory[8];
     130    /** The interval between the last two NanoTS updates. (experiment for now) */
     131    volatile uint32_t   u32UpdateIntervalNS;
    130132    /** Reserved for future per processor data. */
    131     volatile uint32_t   au32Reserved[6];
     133    volatile uint32_t   au32Reserved[5];
    132134} SUPGIPCPU;
    133135AssertCompileSize(SUPGIPCPU, 96);
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