Changeset 28832 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
- Timestamp:
- Apr 27, 2010 2:17:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r28830 r28832 115 115 /** Whether we should not attempt to set promiscuous mode at all. */ 116 116 bool fDisablePromiscuous; 117 #if (ARCH_BITS == 32) && defined(__GNUC__) && 0117 #if (ARCH_BITS == 32) && defined(__GNUC__) 118 118 uint32_t u32Padding; /**< Alignment padding, will assert in ASMAtomicUoWriteU64 otherwise. */ 119 119 #endif
Note:
See TracChangeset
for help on using the changeset viewer.