Changeset 7673 in vbox
- Timestamp:
- Apr 1, 2008 8:09:06 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r7672 r7673 231 231 232 232 /** The host context of the shared memory used for the private interface. */ 233 PPCNETGUESTSHAREDMEMORYpSharedMMIOHC;233 R3R0PTRTYPE(PPCNETGUESTSHAREDMEMORY) pSharedMMIOHC; 234 234 /** The hypervisor/guest context of the shared memory used for the private interface. */ 235 235 GCPTRTYPE(PPCNETGUESTSHAREDMEMORY) pSharedMMIOGC; 236 236 237 237 /** True if host and guest admitted to use the private interface. */ 238 #if HC_ARCH_BITS == 64239 uint32_t Alignment3;240 #endif241 238 bool fPrivIfEnabled; 242 239 bool fGCEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.