- Timestamp:
- Jun 9, 2010 11:05:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r29708 r30107 159 159 * @{ */ 160 160 /** Pointer to the device. */ 161 struct net_device volatile *pDev;161 struct net_device * volatile pDev; 162 162 /** Whether we've successfully put the interface into to promiscuous mode. 163 163 * This is for dealing with the ENETDOWN case. */
Note:
See TracChangeset
for help on using the changeset viewer.