Changeset 28339 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 14, 2010 10:17:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r28332 r28339 112 112 INTNETIFHANDLE hIf; 113 113 /** The receive thread state. */ 114 RECVSTATE volatile enmRecvState;114 RECVSTATE volatile enmRecvState; 115 115 /** The receive thread. */ 116 116 RTTHREAD hRecvThread; … … 135 135 * as late as possible. */ 136 136 bool fActivateEarlyDeactivateLate; 137 #if HC_ARCH_BITS == 64138 137 /** Padding. */ 139 bool afReserved[HC_ARCH_BITS == 64 ? 4 : 0]; 140 #endif 138 bool afReserved[HC_ARCH_BITS == 64 ? 4 : 4]; 141 139 /** The network name. */ 142 140 char szNetwork[INTNET_MAX_NETWORK_NAME];
Note:
See TracChangeset
for help on using the changeset viewer.