Changeset 17307 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
- Timestamp:
- Mar 3, 2009 6:25:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r17306 r17307 68 68 * Partly for reasons of deadlock avoidance again. */ 69 69 kVBoxNetFltInsState_Disconnecting, 70 #ifdef VBOXNETFLT_STATIC_CONFIG71 /** Destroying the instance72 * Partly for reasons of deadlock avoidance again. */73 kVBoxNetFltInsState_Destroying,74 #endif75 70 /** The instance has been disconnected from both the host and the internal network. */ 76 71 kVBoxNetFltInsState_Destroyed,
Note:
See TracChangeset
for help on using the changeset viewer.