Changeset 41548 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
- Timestamp:
- Jun 1, 2012 4:46:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r38408 r41548 165 165 /** Whether device exists and physically attached. */ 166 166 bool volatile fRegistered; 167 /** Whether our packet handler is installed. */ 168 bool volatile fPacketHandler; 167 169 /** The MAC address of the interface. */ 168 170 RTMAC MacAddr;
Note:
See TracChangeset
for help on using the changeset viewer.