儲存庫 vbox 的更動 17307
- 時間撮記:
- 2009-3-3 下午06:25:24 (16 年 以前)
- 位置:
- trunk/src/VBox/HostDrivers/VBoxNetFlt
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r17306 r17307 646 646 */ 647 647 rc = RTSemFastMutexRequest(pGlobals->hFastMtx); AssertRC(rc); 648 #ifdef VBOXNETFLT_STATIC_CONFIG649 vboxNetFltSetState(pThis, kVBoxNetFltInsState_Destroying);650 #else651 648 vboxNetFltSetState(pThis, kVBoxNetFltInsState_Disconnecting); 652 #endif653 649 RTSemFastMutexRelease(pGlobals->hFastMtx); 654 650 -
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,
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器