儲存庫 vbox 的更動 62736
- 時間撮記:
- 2016-7-30 下午12:07:47 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Storage/VCICache.cpp
r62482 r62736 568 568 569 569 /* Load the bitmap and construct the range list. */ 570 uint32_t cBlocksFree = 0;571 uint32_t cBlocksAllocated = 0;572 570 PVCIBLKRANGEDESC pRangeCur = (PVCIBLKRANGEDESC)RTMemAllocZ(sizeof(VCIBLKRANGEDESC)); 573 571 … … 902 900 903 901 AssertMsgFailed(("Implement\n")); 902 RT_NOREF4(pBlkMap, cBlocksNew, offBlockAddrOld, poffBlockAddr); 904 903 905 904 LogFlowFunc(("returns rc=%Rrc offBlockAddr=%llu\n", rc, *poffBlockAddr)); … … 1294 1293 unsigned uPercentSpan) 1295 1294 { 1295 RT_NOREF1(pszComment); 1296 1296 VciHdr Hdr; 1297 1297 VciTreeNode NodeRoot; … … 1451 1451 PVDINTERFACE pVDIfsImage) 1452 1452 { 1453 RT_NOREF1(pVDIfsCache); 1453 1454 VciHdr Hdr; 1454 1455 PVDIOSTORAGE pStorage = NULL; … … 1559 1560 PVDINTERFACE pVDIfsOperation, void **ppBackendData) 1560 1561 { 1562 RT_NOREF1(pUuid); 1561 1563 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p ppBackendData=%#p", 1562 1564 pszFilename, cbSize, uImageFlags, pszComment, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, ppBackendData));
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器