- Timestamp:
- Jul 30, 2016 3:44:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDI.cpp
r62740 r62742 1060 1060 static DECLCALLBACK(int) vdiDiscardBlockAsyncUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq) 1061 1061 { 1062 RT_NOREF1(rcReq); 1062 1063 int rc = VINF_SUCCESS; 1063 1064 PVDIIMAGEDESC pImage = (PVDIIMAGEDESC)pBackendData; … … 2365 2366 PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation) 2366 2367 { 2368 RT_NOREF2(pVDIfsDisk, pVDIfsImage); 2367 2369 PVDIIMAGEDESC pImage = (PVDIIMAGEDESC)pBackendData; 2368 2370 int rc = VINF_SUCCESS; … … 2379 2381 } 2380 2382 2381 PFNVDPROGRESS pfnProgress = NULL;2382 void *pvUser = NULL;2383 2383 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation); 2384 2384 … … 2615 2615 PVDINTERFACE pVDIfsOperation) 2616 2616 { 2617 RT_NOREF5(uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation); 2617 2618 PVDIIMAGEDESC pImage = (PVDIIMAGEDESC)pBackendData; 2618 2619 int rc = VINF_SUCCESS; 2619 2620 PFNVDPROGRESS pfnProgress = NULL;2621 void *pvUser = NULL;2622 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);2623 2620 2624 2621 /* … … 2976 2973 do 2977 2974 { 2978 bool fRepairHdr = false;2979 2975 bool fRepairBlockArray = false; 2980 2976
Note:
See TracChangeset
for help on using the changeset viewer.