Changeset 62736 in vbox for trunk/src/VBox/Storage/VCICache.cpp
- Timestamp:
- Jul 30, 2016 12:07:47 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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));
Note:
See TracChangeset
for help on using the changeset viewer.