Changeset 13785 in vbox for trunk/include/VBox
- Timestamp:
- Nov 4, 2008 1:11:37 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r13784 r13785 95 95 * This is the index into the VM::aCpu array. */ 96 96 VMCPUID idCpu; 97 /** The native ring-3 handle. */ 98 RTNATIVETHREAD hNativeThreadR3; 99 /** The native ring-0 handle. */ 100 RTNATIVETHREAD hNativeThreadR0; 97 /** The native thread handle. */ 98 RTNATIVETHREAD hNativeThread; 101 99 102 100 /** Align the next bit on a 64-byte boundary. */ 103 uint32_t au32Alignment[HC_ARCH_BITS == 32 ? 8 : 4];101 uint32_t au32Alignment[HC_ARCH_BITS == 32 ? 1 : 6]; 104 102 105 103 /** CPUM part. */
Note:
See TracChangeset
for help on using the changeset viewer.