Changeset 33540 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r29696 r33540 383 383 * Don't do rediscovery if we're called with preemption disabled. 384 384 * 385 * Note! This may cause trouble if we're always called with preemption i385 * Note! This may cause trouble if we're always called with preemption 386 386 * disabled and vboxNetFltOsMaybeRediscovered actually does some real 387 387 * work. For the time being though, only Darwin and FreeBSD depends … … 1144 1144 /** @todo This reconnect stuff should be serialized correctly for static 1145 1145 * devices. Shouldn't it? In the dynamic case we're using the INTNET 1146 * outbound th runk lock, but that doesn't quite cut it here, or does1146 * outbound thunk lock, but that doesn't quite cut it here, or does 1147 1147 * it? We could either transition to initializing or make a callback 1148 * while owning the mutex there... */1148 * while owning the mutex here... */ 1149 1149 if (enmState == kVBoxNetFltInsState_Disconnecting) 1150 1150 { … … 1324 1324 * @returns Pointer to an interface. NULL if not supported. 1325 1325 * 1326 * @param pSupDrvFactory Pointer to the compone t factory registration structure.1326 * @param pSupDrvFactory Pointer to the component factory registration structure. 1327 1327 * @param pSession The session - unused. 1328 1328 * @param pszInterfaceUuid The factory interface id.
Note:
See TracChangeset
for help on using the changeset viewer.