Changeset 13938 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
- Timestamp:
- Nov 6, 2008 8:54:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r13768 r13938 149 149 /** Pointer to the device. */ 150 150 struct net_device volatile *pDev; 151 struct packet_type volatile *pPacketType; 152 struct notifier_block *pNotifier; 151 struct notifier_block volatile *pNotifier; 153 152 /** Whether we've need to set promiscuous mode when the interface comes up. */ 154 153 bool volatile fNeedSetPromiscuous; … … 158 157 /** The MAC address of the interface. */ 159 158 RTMAC Mac; 159 struct packet_type PacketType; 160 160 /** @} */ 161 161 # elif defined(RT_OS_SOLARIS)
Note:
See TracChangeset
for help on using the changeset viewer.