VirtualBox

Changeset 40892 in vbox for trunk/include


Ignore:
Timestamp:
Apr 12, 2012 12:12:40 PM (13 years ago)
Author:
vboxsync
Message:

64-bit probe arguments (on mac)

File:
1 edited

Legend:

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

    r40886 r40892  
    170170    uint16_t        idxEnabled;
    171171    uint16_t        idxProvider;
     172    /** The distance from this structure to the VTG object header. */
     173    int32_t         offObjHdr;
    172174    uint32_t        u32User;
     175    uint32_t        u32User2;
    173176} VTGDESCPROBE;
    174 AssertCompileSize(VTGDESCPROBE, 16);
     177AssertCompileSize(VTGDESCPROBE, 24);
    175178/** Pointer to a VTG probe descriptor. */
    176179typedef VTGDESCPROBE       *PVTGDESCPROBE;
     
    269272
    270273/** The current VTGOBJHDR::szMagic value. */
    271 #define VTGOBJHDR_MAGIC     "VTG Object Header v1.3\0"
     274#define VTGOBJHDR_MAGIC     "VTG Object Header v1.4\0"
    272275
    273276/** The name of the VTG data object header symbol in the object file. */
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