Changeset 24992 in vbox
- Timestamp:
- Nov 26, 2009 11:59:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/SnapshotImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r24989 r24992 1992 1992 { 1993 1993 ++ulOpCount; 1994 ulTotalWeight += pHD->getSize() / _1M;1994 ulTotalWeight += (ULONG)(pHD->getSize() / _1M); 1995 1995 } 1996 1996 LogFlowThisFunc(("op %d: considering hard disk attachment %s\n", ulOpCount, pHD->getName().c_str())); … … 2298 2298 { 2299 2299 rc = it->hd->discard(aTask.pProgress, 2300 it->hd->getSize() / _1M, // weight2300 (ULONG)(it->hd->getSize() / _1M), // weight 2301 2301 it->chain); 2302 2302 CheckComRCBreakRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.

