儲存庫 vbox 的更動 37627
- 時間撮記:
- 2011-6-24 下午12:04:55 (14 年 以前)
- svn:sync-xref-src-repo-rev:
- 72473
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r37324 r37627 2856 2856 E1KSTATE *pState = (E1KSTATE *)pvUser; 2857 2857 2858 /* 2859 * This can happen if we set the link status to down when the Link up timer was 2860 * already armed (shortly after e1kLoadDone() or when the cable was disconnected 2861 * and connect+disconnect the cable very quick. 2862 */ 2863 if (!pState->fCableConnected) 2864 return; 2865 2858 2866 if (RT_LIKELY(e1kMutexAcquire(pState, VERR_SEM_BUSY, RT_SRC_POS) == VINF_SUCCESS)) 2859 2867 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器