Changeset 23494 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Oct 1, 2009 6:31:30 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r22793 r23494 928 928 /** EMT: Physical interface emulation. */ 929 929 PHY phy; 930 uint32_t ui32Pad; /*make 32-bit host happy with alignment*/ 930 931 931 932 STAMCOUNTER StatReceiveBytes; … … 993 994 }; 994 995 typedef struct E1kState_st E1KSTATE; 996 AssertCompileMemberAlignment(E1KSTATE, StatReceiveBytes, 8); 995 997 996 998 #ifndef VBOX_DEVICE_STRUCT_TESTCASE
Note:
See TracChangeset
for help on using the changeset viewer.