Changeset 44406 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 28, 2013 9:03:20 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r44395 r44406 6 6 7 7 /* 8 * Copyright (C) 2006-201 2Oracle Corporation8 * Copyright (C) 2006-2013 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2506 2506 {/* see @bugref{4386} */ 2507 2507 /*check available place on the storage*/ 2508 RTFOFF pcbTotal = 0;2509 RTFOFF pcbFree = 0;2510 uint32_t pcbBlock = 0;2511 uint32_t pcbSector = 0;2512 std::multimap<uint32_t,uint64_t> neededStorageFreeSpace;2513 std::map<uint32_t,const char*> serialMapToStoragePath;2508 RTFOFF pcbTotal = 0; 2509 RTFOFF pcbFree = 0; 2510 uint32_t pcbBlock = 0; 2511 uint32_t pcbSector = 0; 2512 std::multimap<uint32_t,uint64_t> neededStorageFreeSpace; 2513 std::map<uint32_t,const char*> serialMapToStoragePath; 2514 2514 2515 2515 MediumDeleteRecList::const_iterator it_md = toDelete.begin();
Note:
See TracChangeset
for help on using the changeset viewer.