Changeset 8087 in vbox
- Timestamp:
- Apr 17, 2008 10:11:42 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29777
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r8085 r8087 193 193 /** If set the link is temporarily down because of a saved state load. */ 194 194 bool fLinkTempDown; 195 /** True if we signal the guest that RX packets are missing. */196 bool fSignalRxMiss;197 195 198 196 /** Number of times we've reported the link down. */ … … 221 219 /** We are waiting/about to start waiting for more receive buffers. */ 222 220 bool volatile fMaybeOutOfSpace; 223 uint8_t Alignment5[HC_ARCH_BITS == 64 ? 7 : 3]; 221 /** True if we signal the guest that RX packets are missing. */ 222 bool fSignalRxMiss; 223 uint8_t Alignment5[HC_ARCH_BITS == 64 ? 6 : 2]; 224 224 225 225 #ifdef PCNET_NO_POLLING
Note:
See TracChangeset
for help on using the changeset viewer.