Changeset 40892 in vbox for trunk/include
- Timestamp:
- Apr 12, 2012 12:12:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r40886 r40892 170 170 uint16_t idxEnabled; 171 171 uint16_t idxProvider; 172 /** The distance from this structure to the VTG object header. */ 173 int32_t offObjHdr; 172 174 uint32_t u32User; 175 uint32_t u32User2; 173 176 } VTGDESCPROBE; 174 AssertCompileSize(VTGDESCPROBE, 16);177 AssertCompileSize(VTGDESCPROBE, 24); 175 178 /** Pointer to a VTG probe descriptor. */ 176 179 typedef VTGDESCPROBE *PVTGDESCPROBE; … … 269 272 270 273 /** 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" 272 275 273 276 /** The name of the VTG data object header symbol in the object file. */
Note:
See TracChangeset
for help on using the changeset viewer.