vbox的更動 62739 路徑 trunk/src/VBox/Storage/VD.cpp
- 時間撮記:
- 2016-7-30 下午12:24:45 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Storage/VD.cpp
r62738 r62739 5897 5897 { 5898 5898 int rc = VINF_SUCCESS; 5899 PRTDIR pPluginDir = NULL;5900 unsigned cEntries = 0;5901 5899 5902 5900 LogFlowFunc(("cEntriesAlloc=%u pEntries=%#p pcEntriesUsed=%#p\n", cEntriesAlloc, pEntries, pcEntriesUsed)); … … 5930 5928 } 5931 5929 5932 LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, cEntries));5930 LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, g_cBackends)); 5933 5931 *pcEntriesUsed = g_cBackends; 5934 5932 return rc; … … 5984 5982 { 5985 5983 int rc = VINF_SUCCESS; 5986 unsigned cEntries = 0;5987 5984 5988 5985 LogFlowFunc(("cEntriesAlloc=%u pEntries=%#p pcEntriesUsed=%#p\n", cEntriesAlloc, pEntries, pcEntriesUsed)); … … 6012 6009 } 6013 6010 6014 LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, cEntries));6011 LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, g_cFilterBackends)); 6015 6012 *pcEntriesUsed = g_cFilterBackends; 6016 6013 return rc; … … 11160 11157 DECLCALLBACK(int) genericFileComposeLocation(PVDINTERFACE pConfig, char **pszLocation) 11161 11158 { 11159 RT_NOREF1(pConfig); 11162 11160 *pszLocation = NULL; 11163 11161 return VINF_SUCCESS; … … 11169 11167 DECLCALLBACK(int) genericFileComposeName(PVDINTERFACE pConfig, char **pszName) 11170 11168 { 11169 RT_NOREF1(pConfig); 11171 11170 *pszName = NULL; 11172 11171 return VINF_SUCCESS;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器